generator-create-react-native

A teeny tiny, somewhat opinionated, generator for React Native projects

Usage no npm install needed!

<script type="module">
  import generatorCreateReactNative from 'https://cdn.skypack.dev/generator-create-react-native';
</script>

README

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