react-native-blur icon indicating copy to clipboard operation
react-native-blur copied to clipboard

React Native Blur component

Results 198 react-native-blur issues
Sort by recently updated
recently updated
newest added

# 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) ![simulator_screenshot_8155649B-7F2A-4CE6-A578-E75AF6798EF1](https://user-images.githubusercontent.com/34468863/178339336-19fa2ae4-a18b-44dd-8419-e050980849c4.png)

# 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 : ![Screenshot_1658939028](https://user-images.githubusercontent.com/65358122/181299309-1688489a-519f-4e9d-ab6b-e486cd6099eb.png) Whereas it works on iOS : ![Simulator Screen Shot - iPhone 13 mini - 2022-07-27 at 18 23 46](https://user-images.githubusercontent.com/65358122/181299323-498f5f4c-3551-4fd5-b5ba-f1bf4cc8b9d1.png) ### 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...