Skip to content

v0.3.0

Compare
Choose a tag to compare
@tsapeta tsapeta released this 26 Apr 08:50
· 65 commits to master since this release

🎉 New features

  • Automatically generated list of Android packages (#28)
    As of this version, you no longer need to add new packages to your MainApplication.java file. Just use new BasePackageList().getPackageList() instead 🎉. BasePackageList is auto-generated with a list of installed unimodules found in your node_modules folder during Gradle's Sync operation.