Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

alvinthen/react-native-starter-pack

Repository files navigation

react-native-starter-pack CircleCI

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

Usage

  1. Clone the project, delete the .git folder and run git init for a fresh copy without any history, or run git clone with --depth 1
  2. Run yarn or npm i.
  3. Rename the project (reference)

Goal

  • 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.

Disclaimers

This starter pack is tailored for personal usage, no support/warranty is provided.