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

Background blur

Open nhht77 opened this issue 4 years ago • 1 comments

Hi,

Is there a way to blur your bottom sheet? If not, please make a feature out of this :D

nhht77 avatar Jul 08 '20 19:07 nhht77

I am facing similar issues too. Please is there a solution of how to blur the background already

Allenkardic avatar Aug 01 '20 11:08 Allenkardic

You can achieve this by adding customStyles props:

customStyles: {
  wrapper: {...}
}

nysamnang avatar Mar 07 '24 06:03 nysamnang