-
Notifications
You must be signed in to change notification settings - Fork 483
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:"VRTText"was not found in the UIManager #769
Comments
Did you follow all the integration instructions in th docs? Also bear in mind that officially ViroMedia is supported up to RN 0.59.9. |
Thanks for your answer @djpane |
@dthian Can you help me please? |
@SiavashBamshadnia Did you manage to fix this error? |
@fahadhaq No |
You should run the setup-ide.sh file present on the root of your project, |
What is setup-ide.sh? |
@phuocantd It is the script to update your dev environment, in order to create native ios/ android apps. |
Does anyone manage to run react-viro to work on a standalone app for ViroReact + React Native 0.62. I have used patches from |
I have the same issue. |
Me too. I hope someone will come up with a solution - I don´t have one :-( |
have you tried pod install? add the following lines in your pod file
then run pod install, then the app again? |
I am building for Android, so pod install won't do anything for me :( |
I just fixed this error by following these steps
with this:
Note: We have to specify the variant while running Worked for me : ) |
Not working.
|
you can run |
1 error |
same as you... after run ./setup-ide.sh android |
same issue. this repo seems kinda dead to me ? |
I have a solution here: #748 (comment) |
Environment
Error:
Invariant Violation:requireNativeComponent:"VRTText"was not found in the UIManager
I have followed installation instructions for Viroreact AR tutorial direct from docs.
I have also updated the AndroidManifest.xml as it was recommended in related issues.
Error message still appears after npm start.
The text was updated successfully, but these errors were encountered: