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

Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)

Results 85 react-native-raw-bottom-sheet issues
Sort by recently updated
recently updated
newest added

In some scenarios, the animation may finish when the component is already unmounted. The setState call will then trigger a memory leak warning. By calling stop() in componentWillUnmount, the animation...

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.1 to 3.0.4. Changelog Sourced from plist's changelog. 3.0.4 / 2021-08-27 inline [email protected] to eliminate security warning false positive (Mike Reinstein) 3.0.3 / 2021-08-04 update xmldom to...

dependencies

How to make toast and others overlay's bring to front of bottom sheet? I started using react-native-toast-message and native Toast and both stay behind of opened bottom sheet.

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I started working with your bottom sheet but right know I am facing a problem I can't get the expected result. I have changing content which is varying in height....

Hey, I added a scrollview inside the bottom sheet, and the screen froze while opening the bottom sheet. Although there is scrolling, but onPress is not working and screen kind...

With `customModalProps` it is possible to more customize modal component, e.g., set statusBarTranslucent

Hi, I am trying to add a touchable opacity inside RBSheet and strangely not press event working. I have read the other thread regarding the TouchableOpacity import so my import...

is:issue is:open Inside the BottomSheet, I changed 'Drawing' link to 'HomeScreen' link, just like this "onPress={() => navigation.navigate('HomeScreen')}" and clicked on it to navigate to HomeScreen, but ends up getting...

Hi, When I call "this.RBSheet.close()", this close my sheet, but close too my Expo ImageLibrary... ``` _addPhoto() { this.RBSheet.close() // close Sheet and PickerImage, I want keep PickerImage opened try...