-
Notifications
You must be signed in to change notification settings - Fork 629
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: bundling: NotFoundError: Cannot find entry file index.ios.js in any of the roots #5
Comments
Please note this issue tracker is not a help forum. We recommend using StackOverflow for questions. Thank you :) |
@cpojer Looks like an issue to me. react-native run-ios doesn't work after upgrade. Please see issue facebook/react-native#14314 as well. |
That's funny when @skevy told us to open the issue over here (ref: facebook/react-native#14314), but then @cpojer close my issue and told me to open it... somewhere else?? |
@mrgoonie seems to be working fine with react-native 0.45.1 version |
Got the same problem after update from react-native 16.0.0-alpha.6 to 16.0.0-alpha.12 |
It was a regression that was fixed in |
I have the same error with react-native 0.46.1 and also 0.47.1 on Windows (created with create-react-native-app). |
…dle/index.js, all split modules function is ok now ...
When I run the react native app on the simulator by
react-native run-ios
, this error appear:What I've tried:
then
react-native run-ios
..even tried to re-install react & react native
But it's still not working.
The text was updated successfully, but these errors were encountered: