nysamnang / react-native-raw-bottom-sheet

Add Your Own Component To Bottom Sheet Whatever You Want (Android and iOS)
https://npmjs.com/package/react-native-raw-bottom-sheet
MIT License
1.09k stars 195 forks source link

How to disable Mask #157

Closed Girum closed 8 months ago

Girum commented 1 year ago

Hi! I'm using the lib, and want to have some functionality of Youtube. I open the modal, but I want to click a video behind the mask.

There's a option to disable the mask, in order to touch thinks behind it?

nysamnang commented 8 months ago

Since the mask is a React Native Modal, we are unable to click any elements that are located behind it.