react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

Blur background when BottomSheet is global/on the root level of the application

Open millro04 opened this issue 3 years ago • 0 comments

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.

millro04 avatar Jun 24 '21 13:06 millro04