See motivation for this starter pack here.
Yet another react native start pack, configured with
- redux
- redux-pack
- redux-thunk
- redux-logger
- redux-persist
- react-navigation
- eslint-config-airbnb
- flow
- Clone the project, delete the
.gitfolder and rungit initfor a fresh copy without any history, or run git clone with--depth 1 - Run
yarnornpm i. - Rename the project (reference)
- To minimize effort to initialize a React Native Project.
- To update the repo whenever React Native has new release.
- To update the repo whenever some common features are required in most of my projects.
This starter pack is tailored for personal usage, no support/warranty is provided.