react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
Highly configurable bottom sheet component made with react-native-reanimated and react-native-gesture-handler
Is there a way to get the current snap index of bottom sheet?
- onOpenStart only fire when dragging from bottom most snapping point - onCloseStart only fire when dragging from top most snapping point Please help me with this callback
Hi, How can I add elevation to the bottom sheet, I tried adding parent View and adding shadow to that, but that is not working,Is there a defined way to...
can i use reanimated bottom sheet in react js only not react native apps
I have a problem with BottomSheet. When after screen rendered, I try to swipe up Bottom sheet but it not slide up to snap at index 1 (for props snapPoints...
Overlay
Is it possible to add a transparent overlay to the screen when the Bottom Sheet is open to a particular snap point?
I want to close Bottom Sheet when press outside like in instagram
Is it possible to make the sheet sliding in from the top instead of bottom? May be quite unusual, but I need that behavior. 😄
If there's another animation in progress and you're closing the sheet at the same time this causes the screen to freeze. For example if you have a button in this...
I am encountering a problem with the method `snapTo()` in version 1.0.0-alpha.19. Indeed, I have a bottom sheet with 3 snap points (450, 300 and 0) and the initialSnap on...