-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
React Native - Cannot find entry file index.android in any of the roots. #18217
Comments
Thanks for posting this! It looks like your issue may be incomplete. Are all the fields required by the Issue Template filled out? You may safely ignore this if you believe your issue contains all the relevant information. Thank you for your contributions. |
Make sure your version of React Native on your Mac is up to date. What do you get when you type Also see: #14246 |
Getting the same problem on iOS. I haven't tried Android yet. react-native: 0.53.0 Running Frustratingly I have to create an |
In that case, I'm at a loss. When you're running I'm sure this is a recurring issue and somebody else will be able to answer your question, sorry I couldn't be of more help. |
No worries @AdrianMrn, all discussion is welcome. It's very bizarre that it has been working in the past but I've only got this problem this morning. |
@AdrianMrn |
@kojongick @hannigand if you still haven't fixed this, a temporary workaround could be to create 2 files called |
This issue was marked as lacking information required by the issue template. There has been no activity on this issue for a while, so I will go ahead and close it. If you found this thread after encountering the same issue in the latest release, please feel free to create a new issue with up-to-date information by clicking here. If you are the author of this issue and you believe this issue was closed in error (i.e. you have edited your issue to ensure it meets the template requirements), please let us know. |
I know this issue is closed, but to anyother else out must know this happened after a react native upgrade. I'm currently using: RN: 0.56 My guess the server is running with a different version and looking for index.[android/ios].js file. Although if I create a new project, It runs as expected. |
React Native Cli --> 2.0.1 And I still get the same error. Looks like the only to get out is to create index.android/ios.js file and duplicate the files. |
You can also just create |
I was developing an Android app using React Native. I was trying to use an emulator to run an application using an Android device, and then trying to run it again as an emulator.
Previously, when using Windows, I solved the problem by using "adb reverse tcp:8081 tcp:8081" method, but this method was not solved in the process of developing with mac today. Please help me somebody.
__
The text was updated successfully, but these errors were encountered: