You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR Invariant Violation: Tried to register two views with the same name RNCMaskedView, js engine: hermes
ERROR Invariant Violation: "main" has not been registered. This can happen if:
Metro (the local dev server) is run from the wrong folder. Check if Metro is running, stop it and restart it in the current project.
A module failed to load due to an error and AppRegistry.registerComponent wasn't called., js engine: hermes
Steps to Reproduce
Just run npm run start
The text was updated successfully, but these errors were encountered:
@wtricks this issue was automatically closed because it did not follow our rules:
IMPORTANT: Please use the following link to create a new issue:
https://www.creative-tim.com/new-issue/soft-ui-react-native
**If your issue was not created using the app above, it will be closed immediately.**
Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:
👉 https://www.creative-tim.com/bundles
👉 https://www.creative-tim.com
deleting node_modules/@react-native-community/masked-view folder worked for me since it's a duplicate of node_modules/@react-native-masked-view/masked-view
Failure Information (for bugs)
ERROR Invariant Violation: Tried to register two views with the same name RNCMaskedView, js engine: hermes
ERROR Invariant Violation: "main" has not been registered. This can happen if:
AppRegistry.registerComponent
wasn't called., js engine: hermesSteps to Reproduce
Just run
npm run start
The text was updated successfully, but these errors were encountered: