Bug Fixes
- Restore React Native < 0.84 compatibility.
0.2.0used the single-argumentUIManagerHelper.getEventDispatcher(context), which only exists in RN 0.84+, causing aNo value passed for parameter 'uiManagerType'Kotlin compile error on RN 0.72–0.83. The button now uses thegetEventDispatcherForReactTag(context, id)overload, which is available across all supported RN versions.
Other
- Tighten
peerDependenciestoreact >=18.0.0/react-native >=0.72.0to advertise the real New Architecture support floor.
Requires the React Native New Architecture to be enabled.
Full Changelog: v0.2.0...v0.2.1