Template / boilerplate for essential React Native Project
- Redux v3.7.2
State management to make the logic part of your component stored in a neat and predictable way. - Redux Persist
Persist the redux state to asyncStorage so it will still be available even after the app close. - React Offline
Functionality for offline support which integrated to Redux - React Native Extended Stylesheet v0.6.0
Extend the functionality of stylesheet to support variable, percent, media-query and many more - React Navigation v1.0.0-beta.13
JS based navigation solution for React Native - React Native SVG v5.4.1
Easily use SVG in the project - ESLint v4.7.2
Tool to check and assure your code clean
react-native init appName --template orion
After instalation, run postInstall script to install dev dependencies
node ./postInstall.js