frostney / react-native-create-library

:notebook: Command line tool to create a React Native library with a single command
MIT License
1.45k stars 114 forks source link

Adds Support For Generating Maven Package For Android Library #58

Closed thorbenprimke closed 6 years ago

thorbenprimke commented 6 years ago

Summary: This adds support for generating the maven package similar to how React Native core does it. This allows a brownfield Android project reference this maven package instead of the project in the node_modules.

This also adds a few new fields to package.json. Do y'all think it's okay to have placeholder values or should I add the ability to provide them to the cli?

thorbenprimke commented 6 years ago

I have updated this PR with config options for the author's github, name and email. The README is updated as well.

Testing:

thorbenprimke commented 6 years ago

@maicki - mind giving this PR a look?