-
# Bug
The library just hard crashes on android without any error or description. Nothing is being logged in the metro server console. On iOS it works fine.
For debugging reasons, I used the exact …
-
Hi, are there any plans to support this library on the web? For example when using react native for the web?
-
Experiencing weird behavior on Android... following android example, it appears the text view is blurring and not the image view?
![image](https://user-images.githubusercontent.com/5314103/36335336-1…
-
Hello everyone,
I have a problem using the blur effect on android. Here is my code:
```jsx
this.eachMessage(rowData, rowID)}
enableEmptySections={true}
renderHiddenRow={(rowData) => (
…
-
I just updated studio to 43.2 RC1
unfortunately Blurry now just makes a black screen.
```
E/RenderScript: Failed loading RS driver: dlopen failed: library "libRSDriverArm.so" not found
Fa…
-
In every demo / example code, this library only shows the effects of blurring an image.
I have tried to blur < Text > and < View > by having a < BlurView > be a sibling of the target blur, but noth…
fogil updated
3 years ago
-
Heya guys. I have a red box around my "KeyboardAccessoryViewContent"
Im pretty much using the code from the "Getting Started" section. On android, it looks fine, but iOS has this red box around the a…
Dauie updated
5 years ago
-
Hello ,
I have integrated blur view which is working fine in iOS 14.8/15.0 on iPhone 11/iPhone 13 pro max.
However in iPhone 13 pro max iOS version 15.2 it shows only white colour. Please check …
-
"@react-native-community/blur": "^3.6.0",
"react": "17.0.1",
"react-native": "0.64.0",
-
Is it possible to speed-up presenting PopupDialog?