generator-rn
v0.3.0
Published
React native Yeoman generator
Downloads
3
Maintainers
Readme
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