How to black out the background like example when bottomsheet open?
Maybe it can help : https://github.com/osdnk/react-native-reanimated-bottom-sheet/blob/master/Example/src/screen/AppleMusic.tsx#L202
See: Example/BlurToolbar.js
But, if I don't wanna let user touch View or ScrollView beyond the overlay?
Both answers above perfectly answer the question. I think the issue can be closed.
Most helpful comment
Maybe it can help : https://github.com/osdnk/react-native-reanimated-bottom-sheet/blob/master/Example/src/screen/AppleMusic.tsx#L202