[Android only] When tapping touchables inside the content of bottomsheet (to close bottomsheet) doesn't close the bottomsheet when enabledInnerScrolling is set false.
See original GitHub issueWhen tapping touchable inside the content of bottomsheet (to close bottomsheet) doesn’t close the bottomsheet when enabledInnerScrolling
is set false
. However, tapping header closes the bottomsheet (with the latest fix in react-native-gesture-handler
.
Also, this is android only.
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Touchable Opacity inside renderContent has no actions when ...
Long press the "Profile" tab to show the bottom sheet. ... close bottom sheet after pressing button inside the sheet, it doesnt closing...
Read more >Prevent dismissal of BottomSheetDialogFragment on touch ...
According to the BottomSheet specification bottom sheets can be dismissed by touching outside of the bottom sheet, therefore what are my options ...
Read more >reanimated-bottom-sheet - npm package - Snyk
Defines if bottom sheet content could be scrollable by gesture. enabledContentTapInteraction, no, true, Defines whether bottom sheet content could be tapped.
Read more >Bottom Sheet React Native | Expo Tutorial 2022 - YouTube
Hey friends! I'm Beto and in this video I show you how to implement a beautiful Bottom Sheet with React Native ExpoCheck out...
Read more >Make your BottomSheetDialog noncancelable - beta - Medium
Android Design Support Library 23.2 comes with the support for bottom sheets of Material Design, and developers can now create a materialized bottom...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Might be resolved by https://github.com/osdnk/react-native-reanimated-bottom-sheet/pull/85 that I just submitted.
@jmacindoe Any updates?