react-native-blur
                                
                                
                                
                                    react-native-blur copied to clipboard
                            
                            
                            
                        React Native Blur component
# Bug report ## Summary Firstly thank you for this great repo. And sadly, as like the title said, can't use multiple BlurView on Android devices. Multiple like; FlatList item...
### **Steps to reproduce** I created multiple BlurView's inside a screen component. I also did set `overlayColor` to `'transparent'` and wrap the BlurView with another view and set {overflow: 'hidden'}....
When I try to add blur to my app it's change color (on android is ok) 
# Bug report ## Summary Android app crashes when used multiple blurView in one component. One BlurView in component is working fine. ## Environment info `react-native info` output: ```bash System:...
### Summary @react-native-community/blur not works on Android :  Whereas it works on iOS :  ### Reproducible...
# Summary The React Native application context has a method for obtaining the current Android activity, but this sometimes returns null. We believe this happens due to a race condition...
### DESCRIPTION I use your library and I like it. It works on iOS devices fine. But on Android, elements wrapped in `{children} { const focusedOptions = descriptors[state.routes[state.index].key].options; return (...
I used blur Amount of 1 . It is getting too much blurred such that I cannot see the text behind. If the range is from 1-100, then it should...
I tried almost all of the `blurType`s, but `blurAmount` worked with none of them except `light` and `xlight`. For others, the `blurAmount` makes no difference at all. I wonder if...