create-react-native-app: 'create-react-native-app' failing on my iOS device
Description
I followed the “get started” instructions, but I’m unable to open the app on iOS.
Observed Behavior
I ran “npm start,” navigated to exp://192.168.0.8:19000 (QR method times out) on my iOS device in the Expo app. There was no terminal output. However, there was this error in the Expo app:
"This experience uses an unsupported version of Expo (SDK 15.0.0). You may need to update Expo." (code undefined).
Environment
npm ls react-native-scripts: react-native-scripts@0.0.25npm ls react-native: react-native@0.42.3npm ls expo: expo@15.1.2node -v: v6.0.0npm -v: 3.8.6yarn --version: n/awatchman version: n/a
- Operating system: Windows 10
- Phone/emulator/simulator & version: iPhone 6 Plus 10.2 (14C92)
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 18 (6 by maintainers)
Commits related to this issue
- Stop yarn error message appearing for Windows users of local-cli Summary: On windows, recent versions of local-cli will display a yarn error to stderr when starting the packager (see https://github.c... — committed to facebook/react-native by anp 7 years ago
- Stop yarn error message appearing for Windows users of local-cli Summary: On windows, recent versions of local-cli will display a yarn error to stderr when starting the packager (see https://github.c... — committed to facebook/react-native by anp 7 years ago
- Stop yarn error message appearing for Windows users of local-cli Summary: On windows, recent versions of local-cli will display a yarn error to stderr when starting the packager (see https://github.c... — committed to facebook/react-native by anp 7 years ago
- Stop yarn error message appearing for Windows users of local-cli Summary: On windows, recent versions of local-cli will display a yarn error to stderr when starting the packager (see https://github.c... — committed to thotegowda/react-native by anp 7 years ago
- Stop yarn error message appearing for Windows users of local-cli Summary: On windows, recent versions of local-cli will display a yarn error to stderr when starting the packager (see https://github.c... — committed to react-native-community/cli by anp 7 years ago
+1; I have the same issue as @juanmnl
Edit: I’ve found a solution that works for me when I try running the iOS simulator. After running
npm run ios, I went to the simulator’s home page (Shift-CMD-H) and deleted the Expo app. Runningnpm run iosafterwards reinstalls the Expo app on the simulator.I have the same issue, but on the iOS simulator. I started a brand new project and there’s no error in the console.
on macOS Sierra 10.12.3.
@vidhyeshp - try downloading exp and running the project through that –
npm i -g expand thenexp start