Skip to content

Releases: reeq-dev/react-native-passkit

v0.2.1

Choose a tag to compare

@reeq-dev reeq-dev released this 26 Jun 12:06

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

v0.2.0

Choose a tag to compare

@reeq-dev reeq-dev released this 23 Jun 16:15
1a91743

⚠️ 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.x line.

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

Release 0.1.5

Choose a tag to compare

@reeq-dev reeq-dev released this 20 Feb 12:23

0.1.5 (2026-02-20)

Bug Fixes

  • New Architecture compatibility for Android and Expo iOS (65cec1d)

Release 0.1.5-beta.2

Release 0.1.5-beta.2 Pre-release
Pre-release

Choose a tag to compare

@reeq-dev reeq-dev released this 22 Jul 15:02

0.1.5-beta.2 (2025-07-22)

Release 0.1.4

Choose a tag to compare

@reeq-dev reeq-dev released this 22 Jul 14:38

0.1.4 (2025-07-22)

Bug Fixes

  • ios: safely present PKAddPassesViewController from top view controller (77ebeaf)

Release 0.1.3

Choose a tag to compare

@reeq-dev reeq-dev released this 29 Jan 09:48

0.1.3 (2024-01-29)

Release 0.1.2

Choose a tag to compare

@reeq-dev reeq-dev released this 03 May 14:36

0.1.2 (2023-05-03)

Release 0.1.1

Choose a tag to compare

@reeq-dev reeq-dev released this 03 May 13:55

0.1.1 (2023-05-03)