Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 631 Bytes

File metadata and controls

29 lines (18 loc) · 631 Bytes

React Native Seed

Technology Stack

react-native, Redux, Javascript ES6

Setup

###Pre-requisites Follow the requirements section of this guide

Make sure watchman version >= 3.2 Get xcode version 6.4 (Mac app store)

Setup

npm install

###Running

  • Run: npm start
  • open ios/ReactNativeSeed.xcodeproj/ in xcode and hit the play button.

Refresh any chances with apple-R, open chrome debugger with apple-d.

###Reset everything

  • Run: npm run reset

Code Style

Is based on Airbnb style guide.