react-native-raw-bottom-sheet
react-native-raw-bottom-sheet copied to clipboard
Background blur
Hi,
Is there a way to blur your bottom sheet? If not, please make a feature out of this :D
I am facing similar issues too. Please is there a solution of how to blur the background already
You can achieve this by adding customStyles
props:
customStyles: {
wrapper: {...}
}