Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 336 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 336 Bytes

React Native Sample App

This is the sample code from the React native crash course

Version

1.0.0

Usage

Installation

$ npm install

Run the packager

$ react-native start

Run the app in Windows

$ react-native run-android

Run the app in iOS

$ react-native run-ios