Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 659 Bytes

File metadata and controls

16 lines (13 loc) · 659 Bytes

Completed source code for the the Create Your First React Native App course.

Requirements

Have React Native installed on your machine. Instructions.

iOS (Requires Mac)

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

Android

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