solito: Unable to get any starter running on iOS simulator

Maybe some updates broke sth? Looks like metro has issues.

I run MacOS + Node v18, freshly installed XCode + Simulator.

No matter which starter I pick, I get as soon I open the app in the simulator: Unable to resolve "./App" from "index.js"

Screenshot 2023-06-04 at 16 20 35

The web variant works fine for each starter.

I tried the expo starter, it works fine with my iOS Simulator.

Any ideas? 🤔

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 18 (9 by maintainers)

Most upvoted comments

I got it running! I executed npm run native from the project root dir. This does not work.

When I directly enter apps/expo, then do yarn and then execute npm run ios, the solito app opens in iOS simulator 😃