Quick start barebones template with React-Navigation, React-Redux, Redux-Saga and Redux-Persist.
I aim to keep this up to date with the 'current' way of linking these together.
This doesn't use redux for the navigation store, it allows React-Navigation to use it's prefered internal store instead.
- Install React Native
- Clone This Repo:
git clone https://github.com/homps/react-native-nrsp-template.git - From the repo folder
npm install- (optionally) rename the app by replacing all text instances of
NRSPTemplatein app.json, index.js and package.json react-native upgradereact-native link react-native-fetch-blob
- You should be ready to go! Launch with
react-native run-androidorreact-native run-ios
At the time of writing, this has been tested with the most recent major version, 0.55. Check for a later version
Feel free to open an issue or contribute. Thanks!