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"
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)
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 doyarn
and then executenpm run ios
, the solito app opens in iOS simulator 😃