Reputation: 1110
I have a react native project and when i run "react-native run-android" , get this error:
cannot find entry file index.js in any of the root
version of react-native is 0.52.3
Upvotes: 2
Views: 418
Reputation: 1535
If you are using windows 10 downgrade your react version, cause 0.52.3 not work and it have many bugs.
npm install [email protected]
Upvotes: 1