-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Bug] "Error: Tried to Register Two Views with the Same Name (RNCMaskedView) and 'main' Not Registered" #20
Comments
Same error here |
Not sure how I fixed it, but I think I moved over to yarn |
tnks |
Solution of yarn over npm worked for me as well. |
I have no idea about yarn, but I did
I got error node:internal/errors:478 Error [ERR_LOADER_CHAIN_INCOMPLETE]: "file:///Users/joy/Downloads/HS/.pnp.loader.mjs 'resolve'" did not call the next hook in its chain and did not explicitly signal a short circuit. If this is intentional, include And please, don't make things complicated, please fix the issue with npm. We buy template reduce stress. |
Try, it works.
Don't |
Same error here.This product does not receive any attention from Creative-Tim. Has creative-tim gone bankrupt? Terrible product and service. |
Version
1.1.1
Reproduction link
https://github.com/timchosen/soft-ui-pro.git
Operating System
MacBook Pro running MacOS Monterey V 12.6.6
Device
iPhone 13 PRO running Expo Go v2.29.6
Browser & Version
Google Chrome Version 117.0.5938.92 (Official Build) (x86_64)
Steps to reproduce
step 1: Download and extract the app
step 2: cd into the extracted app and run npm install
step 3: run npm run start
step 4: scan the generated QR code to load the app in Expo (iOS)
step 5: app should load and fail at the splash screen with the error
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: hermesWhat is expected?
To successfully load the demo app using expo
What is actually happening?
After runing npm run start, I get a QR code to scan, I scan successfully, loads the app and splash screen but fails with the errors
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: hermesSolution
Additional comments
The text was updated successfully, but these errors were encountered: