Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Up to date React Native Redux boilerplate, with sensible linting

Notifications You must be signed in to change notification settings

breezykermo/react-native-redux-boiler

Repository files navigation

React Native Redux Boiler

This is a boilerplate project for a React Native application that uses Redux to manage state. Note that I use React Native Debugger for debugging, which I highly recommend as a way to visualize the redux logic in your application. I do my best to keep this updated with the latest version of React Native.

The boilerplate also includes linting with Standard, and a skeleton testing suite with Ava.

Getting Started

git clone https://github.com/breezykermo/react-native-redux-boiler my-project
cd my-project
sudo rm -r .git   #remove git history
git init
git remote add origin https://github.com/{your-username}/{your-repo-name}

brew update && brew cask install react-native-debugger
npm i -g yarn
npm i -g react-native-debugger-open
yarn   #install dependencies: can also use 'npm install'

#run the app on iOS simulator
npm run debug:ios

About

Up to date React Native Redux boilerplate, with sensible linting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published