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

BlurRadius crashes the application

Open dentep opened this issue 3 years ago • 3 comments

Setting blurRadius to 0 on Android Crashes the application.

dentep avatar Aug 06 '21 07:08 dentep

same here!

JaeWangL avatar Sep 09 '21 01:09 JaeWangL

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.

irisjae avatar May 05 '23 20:05 irisjae

Wow glad I discovered this thread, could not figure out why my Android version was crashing!

JoeDareZone avatar Sep 07 '23 14:09 JoeDareZone