Closed echolove38 closed 8 months ago
You can add customStyles to RBSheet:
<RBSheet
customStyles={{
wrapper: styles.sheetWrapper,
container: styles.sheetContainer,
}}...
in styles.sheetContainer just add overflow: 'visible',
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 set zIndex/elevation much high