generator-create-react-native

1.1.11 • Public • Published

Taylor Swift Volkswagen Build Status Greenkeeper badge MIT license

A Yeoman React Native Generator

I am somewhat sorry, because I know there is an other excellent project to get you start create-react-native-app

The generator uses the Expo SDK to bootstrap the application. Installing watchman is recommended, you can do so by brew install watchman.

Or you should do

sudo sysctl -w kern.maxfiles=5242880
sudo sysctl -w kern.maxfilesperproc=524288

Getting Started

We highly recommand to use nvm (NVM) to manage your Node versions, and to use the most recent versions

You can install yo, as you do to use any Yeoman Generator.

npm i -g generator-create-react-native

Have fun.

# create directory
mkdir my-new-app && cd $_ && create-react-native

# or let it do for your
create-react-native my-new-app

Development

We can highly recommend to consult the Yeoman Guide to write your own Yeoman Generator. Most importantly, to use the generator locally, you have to npm link the generator.

License

MIT

/generator-create-react-native/

    Package Sidebar

    Install

    npm i generator-create-react-native

    Weekly Downloads

    2

    Version

    1.1.11

    License

    MIT

    Unpacked Size

    16 kB

    Total Files

    19

    Last publish

    Collaborators

    • katallaxie