An open API service indexing awesome lists of open source software.

https://github.com/bamlab/generator-module-react-native

Generate native module boilerplate for React Native iOS & Android
https://github.com/bamlab/generator-module-react-native

Last synced: 12 months ago
JSON representation

Generate native module boilerplate for React Native iOS & Android

Awesome Lists containing this project

README

          

# React native module boilerplate generator

Generate boilerplate for a new React Native module with [Yeoman](http://yeoman.io/).

Install Yeoman:

```shell
npm install -g yo
```

Install the generator

```shell
npm install -g generator-module-react-native
```

Run the generator
```shell
mkdir my-awesome-module && cd my-awesome-module
yo module-react-native
```

## To Do

See [the list](https://github.com/bamlab/generator-react-native-module/issues/2)