Skip to content

4ian/generator-react-native-android-module

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React native Android module boilerplate generator

Generate boilerplate for a new React native Android 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-android-module.git

Run the generator

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

To Do

  • Add prompt for list of permissions to add in the manifest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 51.0%
  • JavaScript 49.0%