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

[ReactNativeBlur]: BlurView must not be a child of the view that is being blurred.

Open itinance opened this issue 6 years ago • 2 comments

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?

itinance avatar Oct 02 '17 19:10 itinance

BlurView on Android shouldn't have any children

Kureev avatar Oct 03 '17 17:10 Kureev

You just need to migrate the location of the BlurView component, let it and the level that requires blur

<View /> // component nedd blur
<BlurView />

UZIhuhuhu avatar Mar 22 '19 03:03 UZIhuhuhu