react-native-raw-bottom-sheet
react-native-raw-bottom-sheet copied to clipboard
Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)
No children specified
I write a loading component , and try to show loading when click the button in the rbsheet, but the loading is always back of the rbsheet, even if I...
Hello, RBSheet takes too long to open for first time in the application, Please have a look at attached video. Please help me to solve this issue. Thank you. https://user-images.githubusercontent.com/80636669/147531331-68aa03c4-e77e-4270-a375-f668138a9dc3.mp4
Bottom-Sheet can only be opened when firing a function refRBSheet.current.open(), it should have a default opening boolean. If there is already that feature please tell me.
Hey guys, So I got a nice `raw-bottom-sheet` showing up with a UI that allows the user to make an in-app-purchase. I don't want the user navigating outside of the...
HI I am creating a Review Content in the RBSheet, when I try to type anything in the text field, it close the RBSheet automatically and first letter of what...
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.0 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Hi, I am not sure what the purpose of the minimum closing height is. I want the sheet to remain fixed at a certain height so that I can pull...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Hello, any idea how I can send props from a button props to the RBSheet? Something like, ` refRBSheet.current.open().name={example}} />`