Skip to content

v0.2.1

Latest

Choose a tag to compare

@reeq-dev reeq-dev released this 26 Jun 12:06
· 1 commit to main since this release

Bug Fixes

  • Restore React Native < 0.84 compatibility. 0.2.0 used the single-argument UIManagerHelper.getEventDispatcher(context), which only exists in RN 0.84+, causing a No value passed for parameter 'uiManagerType' Kotlin compile error on RN 0.72–0.83. The button now uses the getEventDispatcherForReactTag(context, id) overload, which is available across all supported RN versions.

Other

  • Tighten peerDependencies to react >=18.0.0 / react-native >=0.72.0 to advertise the real New Architecture support floor.

Requires the React Native New Architecture to be enabled.

Full Changelog: v0.2.0...v0.2.1