react-native-bottom-sheet
react-native-bottom-sheet copied to clipboard
A performant interactive bottom sheet with fully configurable options 🚀
# Bug BottomSheetModal is not showing along with ReactNativeModal. I think Modal coming on top of Bottom Sheet, but not sure. ## Environment info | Library | Version | |...
# Bug Setting `enableContentPanningGesture` to `false` breaks the scroll interaction with `BottomSheetScrollView`. Namely, while the user's finger is still down they can move it all they want and the content...
# Bug Hello, I use Bottom Sheet Modal, and want to use one Snap Point, it works but I dont get an overlay, if I use 2 snapPoints then its...
[v2] BottomSheetModal close function has inconsistent behavior when snap points array is hard coded
# Bug When snapPoints is provided to BottomSheetModal component as props with a constant close function will always close BottomSheetModal. ```js const snapPoints = [300, 500]; const MyWorkingComponent = ()...
# Bug With the example project of this library 4.4.3 version. On iOS devices, all of the basic List with enablePanDownToClose == true (prop of BottomSheetModal/BottomSheet) doesn't work. ## Environment...
# Bug Th problem I'm facing is simple to describe. I have a BottomSheet with only one snapPoint ['100%']. I would like to open the bottomsheet in full screen only....
# Bug I'm using React Native with Fabric, and for fabric, I need to install `react-native-reanimated ^3.0.0-rc.0` to get it to work, ## Environment info | Library | Version |...
# Feature Request ## Why it is needed Bottom sheet is sometimes used with customized background, such as a map. When bottom sheet's height is dynamically defined, the maps height...
Please provide enough information so that others can review your pull request: ## Motivation original link was broken
# Feature Request ## Why it is needed One of the ways that I use the Bottom Sheet (specifically the Modal) is to keep it open all the time with...