generator-react-native-android-module

Generate react-native android module boilerplate

Usage no npm install needed!

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

README

React native module boilerplate generator

Generate boilerplate for a new React Native module with Yeoman.

Install Yeoman:

npm install -g yo

Install the generator (unpublished for now)

npm install -g git+https://github.com/Almouro/generator-react-native-module.git

Run the generator

mkdir my-awesome-module && cd my-awesome-module
yo react-native-module

To Do

See the list