-
Notifications
You must be signed in to change notification settings - Fork 100
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
Could you check if the app stills run? I am having lot of troubles trying to set it up #4
Comments
Yes, the app runs smoothy |
I have the exact same problem, could not find a solution. Did you find a way to fix the issue? |
I added yarn and throw: and it work out just fine :/ |
I just shared what worked for me in facebook/react-native#4968 (comment) |
I got error while build this app.
Please give me the solution . I have struggle last 4 days. |
Unable to resolve module react/lib/ReactUpdates from /Users/estebanmuruzabal/work/myAppointmentApp/node_modules/react-native/Libraries/react-native/react-native.js: Module does not exist in the module map or in these directories:
/Users/estebanmuruzabal/work/myAppointmentApp/node_modules/react-native/node_modules/react/lib
, /Users/estebanmuruzabal/work/myAppointmentApp/node_modules/react/lib
This might be related to facebook/react-native#4968
To resolve try the following:
Clear watchman watches: watchman watch-del-all.
Delete the node_modules folder: rm -rf node_modules && npm install.
Reset packager cache: rm -fr $TMPDIR/react-* or npm start -- --reset-cache.
RCTFatal + 104
-[RCTBatchedBridge stopLoadingWithError:] + 1138
__25-[RCTBatchedBridge start]_block_invoke_2 + 65
_dispatch_call_block_and_release + 12
_dispatch_client_callout + 8
_dispatch_main_queue_callback_4CF + 1054
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
__CFRunLoopRun + 2205
CFRunLoopRunSpecific + 420
GSEventRunModal + 161
UIApplicationMain + 159
main + 111
start + 1
0x0 + 1
The text was updated successfully, but these errors were encountered: