alvinthen / react-native-starter-pack

The most practical and minimal, yet extensible template to start a React Native project.

Home Page:https://yaobin.me/blog/react-native-starter-pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The most practical and minimal, yet extensible template to start a React Native project.

https://yaobin.me/blog/react-native-starter-pack


Languages

Language:JavaScript 47.0%Language:Objective-C 28.8%Language:Python 12.8%Language:Java 11.4%