create-react-native-app - eject does not create index.js

226 Views Asked by At

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?

0

There are 0 best solutions below