Releases: reeq-dev/react-native-passkit
Releases · reeq-dev/react-native-passkit
Release list
v0.2.1
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
v0.2.0
⚠️ Breaking Changes
- Migrated to the React Native New Architecture (Fabric / TurboModules). This release requires the New Architecture to be enabled in your app. Projects still running the legacy architecture should stay on the
0.1.xline.
What's Changed
- The native iOS and Android modules and the Passkit button view are now implemented as a TurboModule and Fabric component.
Full Changelog: v0.1.5...v0.2.0