Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 280 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 280 Bytes

Installation

Using npm:

$ npm install

Run Web Server

$ npm start

Run iOS

$ react-native run-ios

Build

$ react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output iOS/main.jsbundle