/generator-rnb

Scaffold out a react-native app

Primary LanguageJavaScriptMIT LicenseMIT

This project is no longer maintained.

I'm recommended to use react-native-rename in the boilerplate.

generator-rnb Build Status Dependency Status devDependency Status

Scaffold out a react-native app

A Yeoman generator for jhen0409/react-native-boilerplate.

Screenshot of boilerplate

screenshot

NavigationExperimental, Redux Counter example and Remote Redux DevTools control

Installation

$ npm install -g yo
$ npm install -g generator-rnb

Note: requires a node@^5.

Usage

$ mkdir <app-name> && cd <app-name> && yo rnb

License

MIT