0.3.0 • Published 8 years ago

generator-rn v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Yeoman React Native Generator

Overview

Minimal React Native generator that includes:

  • RN app generation from scratch
  • Redux + Immutable.js + Reselect
  • Component generator (both dumb components + connected containers)
  • Component boilerplates (Tab navigation, Card navigation)

Usage

Create a new React Native application

yo rn

Create a new Component

yo rn:component

Create a new Container

yo rn:container