lodev09 / react-native-true-sheet

The true native bottom sheet experience 💩
https://sheet.lodev09.com
MIT License
385 stars 13 forks source link

Modal on top of true sheet #17

Closed GaeCuure closed 3 months ago

GaeCuure commented 3 months ago

Hello, thanks for this great library. I am currently migrating some of my bottom sheets from using Gorhom bottom sheet to this. I have a bottom sheet with a button that displays a fullscreen loader modal (using react-native-modalfy) that should block user interactions until it is dismissed but I have 2 issues:

lodev09 commented 3 months ago

Hey, thanks for your feedback!

Do you have sample code? Also, make sure to define your "modal" inside true sheet. Only content within the sheet gets rendered. Since it is native, it's similar to a regular RN modal which will be presented on top of all other components outside.