atinmathur / YFRNApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting source code for the the Create Your First React Native App course. Each course section has its own branch.

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
  • npm 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
  • npm install
  • react-native run-android

About


Languages

Language:Objective-C 43.4%Language:JavaScript 26.8%Language:Python 16.9%Language:Java 12.9%