react-native-blur
react-native-blur copied to clipboard
requiredNativeComponent: "BlurView" was not found in the UIManager (when used with Expo).
It's essentially a mirror copy of a previous one, only it happens with Expo and you cannot do things like pod install.
I got the same error today when trying to get BlurView working with my Expo App. Is there any solution yet?
you have to use expo-blur package on expo for BlurView.
you have to use
expo-blurpackage on expo forBlurView.
This package uses a semi-transparent fallback without any blur for Android though. This does not achieve the desired effect.
Same Issue! Android
its solved for me by adding this line implementation('com.eightbitlab:blurview:1.6.6') { force = true } in folder blur/android/build.gradle
This error is actual for Samsung 22 ultra, but working well on Pixel 5. Both are using the same Android versions.