/react-native-redux-starter

A basic starter for building iOS and Android apps using React Native, Expo and Redux.

Primary LanguageJavaScript

A fine React Native Starter Package

At amillionmonkeys we're building lots of apps with React Native. This package is mostly an internal boilerplate for these projects, but I'm happy to share with the wider community. The app offers persistance state management, navigation, http request handling, environment variables and offline detection.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Requirements

Stack

Library

Installing

To get cracking run the following commands:

git clone git@github.com:philyboysmith/react-native-redux-starter.git
cd react-native-redux-starter
yarn install

Update app.json then run expo start and you're away. To open the app in your browser your expo start --web.

Built With

JS is linted on the fly mostly using the Airbnb configuration.

The app uses the ducks methodology of bundling reducers, action types and actions.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details