Detached expo app is not loading on iPhone with Cannot find entry file node_modules/expo/AppEntry.js in any of the roots

The app was initially create with CRNA, then detached with yarn eject.
On mac, node 8.10.0.
I’m running exp start, then cmd+r in Xcode.
When the app opens up on iPhone, it shows the error:

Cannot find entry file node_modules/expo/AppEntry.js in any of the roots: ["/Users/xxx/projects/yyy"]
[] Failed building JavaScript bundle.

I checked and /Users/xxx/projects/yyy/node_modules/expo/AppEntry.js exists on the computer.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.