2

I am new to React Native. I created my React Native app with create-react-native-app. But now I want to use some libraries which require me to link via react-native link so I decided to eject using react-native eject. However, when start the server with react-native start then run react-native android I got the following error on my Android emulator:

Cannot find entry file index.js in any of the root

What should I do to get the app running?

Lyndt
  • 77
  • 1
  • 9
  • I am getting the same error - did you find out what the problem was? – Diskdrive Oct 18 '18 at 13:05
  • Other people in the Expo CLI issue about this have the same problem. I also had it. I just had a blank project at that point, so I just ditched Expo and ended up doing `react-native init PROJECT_NAME` – Stephen Tetreault Oct 29 '18 at 17:12

0 Answers0