Asked 6 years ago
4 Jan 2018
Views 1718
jessica

jessica posted

react native error : Cannot find entry file index.android.js in any of the roots


react-native run-android

i found this error
message: "Cannot find entry file index.android.js in any of the roots:"
Mitul Dabhi

Mitul Dabhi
answered Nov 30 '-1 00:00

Please check have you accidentally delete index.android.js or index.js
if not than try to clean the cache and try again to run it

npm start - --reset-cache
Post Answer