##reactive-2015
Getting Started
-
Make sure XCode is installed.
-
Install React Native following the instructions detailed here https://facebook.github.io/react-native/docs/getting-started.html#content
-
Clone this repo and then run
npm install
-
Open XCode and open
/ios/App.xcodeproj
####Keys
You need to add Twitter API keys in AppDelegate.m
and a MapBox token in src/components/map.js
Running IOS
Simply run the project in XCode
Linting
To lint your code using ESLint run npm run lint
Type Checking
To type check your code using Flow, first install Flow and then run npm run flow
Troubleshooting
If you have any trouble with package caching due to .babelrc
, run rm -fr $TMPDIR/react-*