react-native-bottom-sheet icon indicating copy to clipboard operation
react-native-bottom-sheet copied to clipboard

A performant interactive bottom sheet with fully configurable options 🚀

Results 315 react-native-bottom-sheet issues
Sort by recently updated
recently updated
newest added

# 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

# 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

# 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...

bug
no-issue-activity

# 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
no-issue-activity

# 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

# 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

# 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 |...

bug

# 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...

enhancement

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...

enhancement