react-native-blur
react-native-blur copied to clipboard
BlurRadius crashes the application
Setting blurRadius
to 0 on Android Crashes the application.
same here!
This issue seems to be an issue in the implementation from Android; empirically, I've determined a blurAmount of 0.7 seemed to not trigger crashes, while any smaller amounts that I tried had promptly crashed. As workaround, I have resorted to wrapping BlurView in a component which sets the blurAmount to be at least 0.7 on android.
Wow glad I discovered this thread, could not figure out why my Android version was crashing!