Skip to content

Releases: unimodules/react-native-unimodules

v0.4.1

10 Jun 10:53
cab78af
Compare
Choose a tag to compare

🐛 Bug fixes

v0.3.1

29 Apr 11:46
ee68da5
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fixed TypeScript definitions of common unimodules not being exported. Thanks @saadq! (#24)
  • Fixed automatic installation script not finding unimodules when using CocoaPods' --project-directory flag. (#31)

v0.3.0

26 Apr 08:50
Compare
Choose a tag to compare

🎉 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.