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

requiredNativeComponent: "BlurView" was not found in the UIManager (when used with Expo).

Open toaderflorin opened this issue 4 years ago • 7 comments
trafficstars

toaderflorin avatar Aug 23 '21 07:08 toaderflorin

It's essentially a mirror copy of a previous one, only it happens with Expo and you cannot do things like pod install.

toaderflorin avatar Aug 23 '21 12:08 toaderflorin

I got the same error today when trying to get BlurView working with my Expo App. Is there any solution yet?

lukas-sl avatar Sep 08 '21 06:09 lukas-sl

you have to use expo-blur package on expo for BlurView.

mohsinulhaq avatar Sep 08 '21 11:09 mohsinulhaq

you have to use expo-blur package on expo for BlurView.

This package uses a semi-transparent fallback without any blur for Android though. This does not achieve the desired effect.

lukas-sl avatar Sep 09 '21 10:09 lukas-sl

Same Issue! Android

kiveemusic9 avatar Nov 28 '21 14:11 kiveemusic9

its solved for me by adding this line implementation('com.eightbitlab:blurview:1.6.6') { force = true } in folder blur/android/build.gradle

kevin-patel9 avatar Apr 14 '23 06:04 kevin-patel9

This error is actual for Samsung 22 ultra, but working well on Pixel 5. Both are using the same Android versions.

ggepenyan avatar Aug 13 '23 18:08 ggepenyan