https://github.com/katallaxie/generator-create-react-native
:ship: A teeny tiny, somewhat opinionated, generator for React Native projects.
https://github.com/katallaxie/generator-create-react-native
react react-native yeoman-generator
Last synced: 2 months ago
JSON representation
:ship: A teeny tiny, somewhat opinionated, generator for React Native projects.
- Host: GitHub
- URL: https://github.com/katallaxie/generator-create-react-native
- Owner: katallaxie
- License: mit
- Created: 2017-10-03T14:53:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T00:46:37.000Z (about 6 years ago)
- Last Synced: 2025-02-14T16:05:23.083Z (over 1 year ago)
- Topics: react, react-native, yeoman-generator
- Language: JavaScript
- Size: 2.16 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://twitter.com/SwiftOnSecurity)
[](https://github.com/auchenberg/volkswagen)
[](https://travis-ci.org/katallaxie/generator-create-react-native)
[](https://greenkeeper.io/)
[](http://opensource.org/licenses/MIT)
# 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](https://github.com/react-community/create-react-native-app)
The generator uses the [Expo SDK](https://github.com/expo/expo-sdk) to bootstrap the application. Installing `watchman` is recommended, you can do so by `brew install watchman`.
Or you should do
```bash
sudo sysctl -w kern.maxfiles=5242880
sudo sysctl -w kern.maxfilesperproc=524288
```
## Getting Started
> We highly recommand to use `nvm` ([NVM](https://github.com/creationix/nvm)) to manage your Node versions, and to use the most recent versions
> You can install `yo`, as you do to use any [Yeoman](http://yeoman.io/) Generator.
```bash
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](http://yeoman.io/authoring/). Most importantly, to use the generator locally, you have to `npm link` the generator.
## License
[MIT](/LICENSE)