Requirements

Have React Native installed on your machine. Instructions.

iOS (Requires Mac)

  • git clone https://github.com/HandlebarLabs/your-first-react-native-app-starter.git
  • cd your-first-react-native-app-starter
  • yarn install
  • react-native run-ios

Android

  • git clone https://github.com/HandlebarLabs/your-first-react-native-app-starter.git
  • cd your-first-react-native-app-starter
  • yarn install
  • react-native run-android

Prerequisites

IOS Installation
------
brew install node
brew install watchman
npm install -g react-native-cli
react-native init AwesomeProject
cd AwesomeProject
react-native run-ios