We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please provide the following information about your environment:
"react-native": "0.55.1", "react-viro": "2.11.0",
and global packages
"react-native-cli": "2.0.1", "react-viro-cli": "2.11.0"
When I connect with my device to testbed I see error: 'Invarint Violation: Element type is Invalid ...'
just start my test-app with npm start
npm start
The text was updated successfully, but these errors were encountered:
Hi @u-can-miracle , This is mostly a bug in the way you are importing / exporting some component, rather than it being a bug with Viro. You can look at these react-native issues below for hints on identifying where you might be doing something wrong: facebook/react-native#16332 react-navigation/react-navigation#2767 facebook/react-native#20397
Hope this helps.
Thanks,
Sorry, something went wrong.
There are no one solution
No branches or pull requests
Environment
Please provide the following information about your environment:
and global packages
Description
When I connect with my device to testbed I see error: 'Invarint Violation: Element type is Invalid ...'
Reproducible Demo
just start my test-app with
npm start
The text was updated successfully, but these errors were encountered: