Skip to content

Commit

Permalink
๐Ÿšธ ์•ˆ๋“œ๋กœ์ด๋“œ ๋ฐฑ๋ฒ„ํŠผ ํด๋ฆญ ์‹œ ๋ชจ๋‹ฌ / ๋ฐ”ํ…€์‹œํŠธ ๋‹ซ๊ธฐ (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
woohm402 authored Sep 8, 2023
1 parent eba93c0 commit 5d1fdfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions friends/src/app/components/BottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const BottomSheet = ({ isOpen, onClose, children }: PropsWithChildren<Pro
style={styles.modal}
hideModalContentWhileAnimating
avoidKeyboard
onBackButtonPress={onClose}
>
<Paper style={styles.modalContent}>{children}</Paper>
</Modal>
Expand Down
1 change: 1 addition & 0 deletions friends/src/app/components/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const Modal = ({ isOpen, onClose, children }: PropsWithChildren<Props>) =
onBackdropPress={onClose}
useNativeDriver
hideModalContentWhileAnimating
onBackButtonPress={onClose}
>
<View style={styles.container}>{children}</View>
</RNModal>
Expand Down

0 comments on commit 5d1fdfc

Please sign in to comment.