Cannot find entry file?!

When I load my react-native app in Expo I get the error: “Cannot find entry file index.js in any of the roots.”

I am adding onto an existing React Web App, and have index.ios.js at the root level. Everything works fine locally, in simulator and through Xcode on my phone hardwired. I’ve converted my app with exp convert and integrated all info into exp.json.

All info for the ios app is contained in a folder called “ios”.

Has anyone run into this or have any thoughts on how to get unstuck? Thank you!

Hi-

Can you post your code? It’s really hard to debug this without your code.
exp convert tries to convert things over in a sane way but its definitely not perfect so depending on how your project is setup, it might have just not worked.