react-native-starter-kit icon indicating copy to clipboard operation
react-native-starter-kit copied to clipboard

How can I run this template?

Open hccheungah opened this issue 5 years ago • 7 comments

I am new to react native, and I tried of running this template with Macbook Mojave, but the terminal said: -expo start has issue with platform -react-native run-ios cannot find iPhone 6 simulator -npm start has issue with watchman I am so confused right now

hccheungah avatar Apr 10 '19 02:04 hccheungah

@hccheungah you don't need to use expo. Make sure you install a simulator first (maybe by installing Xcode), before running "react-native run-ios"

mrcflorian avatar Apr 10 '19 04:04 mrcflorian

image Actually I have simulators installed, but still there is error saying that no iPhone 6 simulator is installed.

hccheungah avatar Apr 10 '19 07:04 hccheungah

I kinda find out that it is the problem of the app.json, just wanna ask if there is any specific format for that file since it only has the description of the template without any platform details.

hccheungah avatar Apr 11 '19 01:04 hccheungah

Is there a specific way to run this project, because its throwing different errors all the times. Any ideas? This project works for someone?

weslei-dias-vakt avatar Feb 14 '20 15:02 weslei-dias-vakt

@hccheungah If you are getting the same error I was it's because app.json is missing values because project has not been initialized. "expo init" will create a more complete app.json file. But I run into other issues after this.

@weslei-dias-vakt I'm in the same boat. I really like expo so I've been going down that route. I think in order for things to be smooth a specific version of expo-cli needs to be installed. If only everything was in the pacakge.json.

aaronseatsmart avatar Feb 15 '20 22:02 aaronseatsmart

Same here, is there a way to compile it and make it run?

maelp avatar Feb 19 '20 22:02 maelp

@kinu01 can you help us?

weslei-dias-vakt avatar Mar 05 '20 22:03 weslei-dias-vakt