Releases: unimodules/react-native-unimodules
Releases · unimodules/react-native-unimodules
v0.4.1
v0.3.1
v0.3.0
🎉 New features
- Automatically generated list of Android packages (#28)
As of this version, you no longer need to add new packages to yourMainApplication.java
file. Just usenew BasePackageList().getPackageList()
instead 🎉.BasePackageList
is auto-generated with a list of installed unimodules found in yournode_modules
folder during Gradle's Sync operation.