React-native-blur: Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager

Created on 15 Nov 2018  路  6Comments  路  Source: Kureev/react-native-blur

image
help me

Most helpful comment

This issue should be closed; duplicate of https://github.com/react-native-community/react-native-blur/issues/290 and the solution is to pod install

All 6 comments

Have you run react-native link and rebuilt the app? (e.g. react-native run-ios)

RN image now supports the blur effect. https://facebook.github.io/react-native/docs/image#blurradius

Just add "RNBlur" into Xcode libs.

Open the following folder:
node_modules/react-native-blur/ios

You can drag the RNBlur.xcodeproj file from node_modules/react-native-blur/ios for your project libraries in Xcode and then add the lib in General> Linked Frameworks and Libraries.

This issue should be closed; duplicate of https://github.com/react-native-community/react-native-blur/issues/290 and the solution is to pod install

This issue should be closed; duplicate of #290 and the solution is to pod install

I don't use pod

if you are on android just sync your project with Gradle and re-run your app npx react-native run-android

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sandroferrari picture sandroferrari  路  5Comments

seph14 picture seph14  路  3Comments

nc picture nc  路  6Comments

renanmav picture renanmav  路  4Comments

schlaegerz picture schlaegerz  路  4Comments