Skip to content

v0.19.0

Compare
Choose a tag to compare
@erksch erksch released this 16 Oct 11:04
· 21 commits to main since this release

Breaking Changes

  • Updated Kotlin to 2.0.21
  • Updated KSP to 2.0.21-1.0.25
  • ...RNModuleProvider now return ReactNativeModuleBase instead of ...RNModuleAndroid on Android and RCTBridgeModuleProtocol instead of ...RNModuleIOS on iOS in the getModule method. If you do not call getModule directly this should not affect you.
  • The setup for Compose in React Native has been changed. Please check out the README and adapt your setup.

Improvements

  • Added originating KS files for generated view manager and providers (via #75)

Fixes

  • Fix Compose view managers for multiple instances (via #78)

Full Changelog: v0.18.0...v0.19.0