Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.

Quick start template with React-Navigation, React-Redux, Redux-Saga and Redux-Persist

License

Notifications You must be signed in to change notification settings

homps/react-native-nrsp-template

Repository files navigation

React-Native-NRSP-Template

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.

Getting Started

  • 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 NRSPTemplate in app.json, index.js and package.json
    • react-native upgrade
    • react-native link react-native-fetch-blob
  • You should be ready to go! Launch with react-native run-android or react-native run-ios

React-Native Version

At the time of writing, this has been tested with the most recent major version, 0.55. Check for a later version

Need a hand / have a suggestion?

Feel free to open an issue or contribute. Thanks!

About

Quick start template with React-Navigation, React-Redux, Redux-Saga and Redux-Persist

Resources

License

Stars

Watchers

Forks

Packages

No packages published