Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 338 Bytes

File metadata and controls

9 lines (8 loc) · 338 Bytes

Setup:

  • About environment:
    • make sure to do npm install

Developing in a simulator:

  • Install the React Native CLI: npm install -g react-native-cli
  • Open Xcode and open a simulator
  • Run npx react-native run-ios
  • If cocoapods fails, brew install cocoapods in the root directory, then cd into ios and pod install