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
The gif 2 has a background overlay. How can I achieve that? Do you have a code example of it?
Hi, I'm trying to run a snapshot with Jest and encounter this error when running the test. Wondering if anyone else has encounter this? ``` TypeError: Cannot read property 'END'...
Thanks for this great library. I would like to know which version of reanimated should I use?
If I'm loading in new data to the bottom sheet, how to I make sure that the position of the container, after having been scrolled, resets to its initial position?...
Please have a look at the following snack: https://snack.expo.io/@yolpsoftware/react-native-reanimated-bottom-sheet-flex-1 The bottom sheet does not appear. However, if you remove the `flex: 1` style from the top-level sheet content element, it...
When changing the snapPoints array, the bottom sheet's current snap point resets to 0. It should keep the current snap point or at least use the `initialSnap` prop.
How to prevent the user from clicking the button on the backdrop? I want if bottomsheet opened, so user only can interact with bottomsheet content. Thank you "react": "16.13.1", "react-native":...
 
 This is how button gets overlap on modal