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
If i create bottomsheet and change content inside with setstate text tag inside shows only part of content which equivalent to size of screen. if i add height to {styles.botomsheet}...
hi , I am using react-native-modal to show modal for alert messages but the modal does not appear properly on the bottom sheet . The button in the modal are...
content's shadow hiding on scrolling, and header's shadow overlapping content...
Hi, I have callbacks for onOpenEnd and onCloseStart that will cause to state change on the parent component but the problem is after the first call these two methods will...
Hello All, Would there be a way to use hooks inside a component being returns by renderContent? I have a bottom sheet that has a couple of buttons that when...
Any solution?
If there are many items that are randered, all items will not scroll and will stop scrolling at a certain size. I think i need to know MaxHeight in order...
We have a BottomSheet that is near the root of our application and we are using it globally throughout our application in a number of different cases. We are having...
I want to swipe up the bottom sheet to make it fullscreen. How can we do that?
If the amount of renderContent is large, there is an issue that does not produce all the content. How can i fix this issue?