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

Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler

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

BottomSheet only opens(or closes) when Button is pressed, not when I touch the screen. > Platform: Anroid (phone and emulator) > "reanimated-bottom-sheet": "^1.0.0-alpha.22" > "react-native-gesture-handler": "^1.7.0" > "react-native-reanimated": "^1.13.0", code:...

Inside my I have a (imported from `react-native-gesture-handler`) with `keyboardShouldPersistTaps="always"`, and yet when i start scrolling on this , the keyboard dismisses. Is there something I need to do with...

installed with npm install react-native-bottomsheet-reanimated command. followe steps from https://npm.io/package/react-native-bottomsheet-reanimated but the drag is not working at all Please help

At this moment it looks like this: ![Без названия 2](https://user-images.githubusercontent.com/60031/59505950-9616ac00-8eaf-11e9-8481-393280ac6789.png)

enabledGestureInteraction is not working in Android as i swipe the sheet downward. sheetRef.current.snapTo(1)} /> ````

How to black out the background like example when bottomsheet open?

Scrolling works fine in ios but not scroll in android

i have a list inside bottom sheet and i need to scrool to the end of it. i don't mean snap to 100% i mean scroll without changing snap point....