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

Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager

Open myjbuilddream opened this issue 7 years ago • 8 comments
trafficstars

image help me

myjbuilddream avatar Nov 15 '18 07:11 myjbuilddream

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

sdcooke avatar Nov 24 '18 12:11 sdcooke

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

wangdicoder avatar Dec 30 '18 12:12 wangdicoder

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.

indiorlei avatar Jan 16 '19 18:01 indiorlei

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

rjruizes avatar Mar 26 '19 21:03 rjruizes

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

I don't use pod

Knjaz89 avatar Jun 20 '19 09:06 Knjaz89

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

Michaelvons avatar Jun 10 '20 08:06 Michaelvons

Still no fix to this? none of the above fixed it

alephpt avatar May 06 '22 22:05 alephpt

I tried declaring it like this

import { BlurView } from "@react-native-community/blur"; instead of import { BlurView } from "react-native-blur";

antoniuschan99 avatar Dec 06 '23 07:12 antoniuschan99