Banafshe Alipour
Banafshe Alipour

Reputation: 1110

cannot find entry file index.js in any of the roots

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

Answers (1)

Hesam Rasoulian
Hesam Rasoulian

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

Related Questions