react-native-blur
react-native-blur copied to clipboard
[ReactNativeBlur]: BlurView must not be a child of the view that is being blurred.
Running the BlurView on real android-device crashes the app. "adb logcat
" gives the following error at very last line:
[ReactNativeBlur]: BlurView must not be a child of the view that is being blurred.
Any ideas on this? Is it only me facing this issue?
BlurView on Android shouldn't have any children
You just need to migrate the location of the BlurView component, let it and the level that requires blur
<View /> // component nedd blur
<BlurView />