###This is a simple project to understand some concepts regarding react-native and offline-first apps
Developed using
- node v5.11.1
React native Refer to React Native to install react-native-cli.
Download the dependencies
npm install
Packager
sh ./node_modules/react-native/packager/packager.sh
Simulator
react-native run-ios --simulator="iPhone 6"
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request