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
- Add prompt for list of permissions to add in the manifest