Skip to content

Commit

Permalink
Fix sheets
Browse files Browse the repository at this point in the history
  • Loading branch information
Perronef5 committed Oct 16, 2024
1 parent 76fd245 commit ea8c5f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/BlurActionSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const BlurActionSheet = ({ title, open, children, onClose }: Props) => {
ref={bottomSheetModalRef}
index={-1}
backdropComponent={renderBackdrop}
onClose={handleOnClose}
>
<ThemeProvider theme={lightTheme}>
<BottomSheetScrollView>
Expand Down
2 changes: 1 addition & 1 deletion src/features/collectables/HotspotMapScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ const HotspotMapScreen = () => {
<BottomSheetModalProvider>
<BottomSheetModal
ref={bottomSheetRef}
snapPoints={[200]}
snapPoints={[180]}
enablePanDownToClose
enableDynamicSizing
animateOnMount
Expand Down

0 comments on commit ea8c5f9

Please sign in to comment.