-
Notifications
You must be signed in to change notification settings - Fork 397
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
App Crashing on Debug #198
Comments
Hi, can you try if this also happens without the typescript template? |
I can confirm that I'm facing the same error. I created a new react native project using the template So far I haven't been able to figure out which directory/file it is trying to read. Edit: I believe that the error looks weird due to facebook/metro#567.
Now I'm not sure if that's related to the typescript template, or even if that's the same issue @pranshuchittora is facing... |
@dgellow can you try to create a project without the template and if you can reproduce it? |
Hey @radko93. I did this a few minutes ago, and yes I can reproduce without the typescript template.
So it doesn't seem to be related to the typescript template. I believe that we can close this issue, but I'm not the one who created it, and do not know if @pranshuchittora is actually facing the same issue. The symptom look the same because of the bug in metro, but that's it. Once you apply the patch to fix metro you get the actual error message ("Error: unable to resolve module "). |
Closing this as this seems to be not related to this template and an issue in the RN repo should be created instead. |
Observed results
App crashing of hitting debug
Logs
Please add the log output here.
Steps to reproduce
The text was updated successfully, but these errors were encountered: