react-native-reanimated-bottom-sheet
react-native-reanimated-bottom-sheet copied to clipboard
Blur background when BottomSheet is global/on the root level of the application
We have a BottomSheet that is near the root of our application and we are using it globally throughout our application in a number of different cases. We are having trouble figuring out how to blur the background of the BottomSheet in this case. I have seen a few different examples of how to blur a specific View when the BottomSheet is only used in a specific component, but is there a way to tell BottomSheet to "make any Views in the background blurry/opaque whenever I am rendered"?
Looking for a prop like blurBackground
or something along those lines? Thanks.