-
Notifications
You must be signed in to change notification settings - Fork 558
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invariant Violation: requireNativeComponent: "BlurView" was not found in the UIManager #290
Comments
i have met the same issue,did you resolve it? |
Have you run |
Same issue here |
@myjbuilddream, @harveyconnor, @KevinDXS |
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: 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. |
@Titinious Did you find any solution for android?
|
Thanks to @AireshBhat I solved it in Android but needed first to import the package. In
|
Any solution for this issue? |
Use expo-blur instead of this.
Hope I helped!
În vin., 30 oct. 2020 la 22:49, Влад Думанский <notifications@github.com> a
scris:
… Same issue here! Nothing worked. Someone found a solution?
[image: Inked122503068_402468217797183_8835618900866963595_n_LI]
<https://user-images.githubusercontent.com/33382232/97093137-2a6f5200-1652-11eb-9c16-a8c202b81414.jpg>
i got the same error, what the solution? Can you help?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#290 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH6V6WDYNONI2TITRUZUAITSNMRHHANCNFSM4GD45R4Q>
.
|
Using React Native, I cannot find the android/ folder you're talking about. Gradle did not help me, neither did |
Hi, friend. I spent two days trying to find a solution to this problem on an Android device but all the solutions to the problem did not help. i used React native 0.65.0. Today I decided to install a different version of RN 0.62.0 and everything works fine. Perhaps other versions of RN will work. |
On RN 66.4 I still get this error...
|
yes I am also facing same issue |
npx react-native-@react-native-community/blur and then npx react-native run-android |
Anyone have solved this issue for version "4.3.0"? |
Finally solved it. |
Hi @chenop , not working for me
|
Check in node_modules/@react-native-community/blur - what is the path for BlurViewPackage? |
this works |
I tried declaring it like this import { BlurView } from "@react-native-community/blur"; |
No description provided.
The text was updated successfully, but these errors were encountered: