microsoft / TypeScript-React-Native-Starter

A starter template for TypeScript and React Native with a detailed README describing how to use the two together.
MIT License
1.91k stars 211 forks source link

react-native run-ios not working #57

Open VenkataVamsi1991 opened 5 years ago

VenkataVamsi1991 commented 5 years ago

my project is git clone https://github.com/tassdr/react-native-template.git

downloaded there and trying to run in my macOS but error remains like this

Admins-MacBook-Pro:react-native-template admin$ react-native run-ios error iOS project folder not found. Are you sure this is a React Native project?. Run CLI with --verbose flag for more details. Admins-MacBook-Pro:react-native-template admin$

please help me

jaybabak commented 5 years ago

Experienced similar issue "Are you sure this is a React Native project?. Run CLI with --verbose flag for more details." didn't have the same issue when manually downloading the zip files.

orta commented 4 years ago

Did you run npm install or yarn install first?