Skip to content

Releases: lyra/react-native-sdk-payment-module

Release 4.0.0

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 10 Jul 12:55

4.0.0 (2026-07-10)

🛠 Breaking Changes

  • apiServerName has been removed from InitOptions and is now a parameter of the initialize function
  • Replace PaymentMethods.GOOGLE_PAY and PaymentMethods.APPLE_PAY with PaymentMethods.NativePay
  • [Android] Card scan now requires an access to Google Pay API to be used (more info here)
  • [Android] minSdkVersion is now 23

🎉 Features

  • New Card Scan on iOS
  • New Card Scan on Android

🧹 Chores

  • Updated to iOS SDK 4.0.5
  • Updated to Android SDK 4.0.0
  • [iOS] SnapKit is no longer used
  • [RN - Android] 'com.lyra:cards-camera-recognizer:1.0.+' is no longer used
  • [Expo - Android] withLyraCardRecognizer.js is no longer needed for card scanning

Release 3.1.4

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 23 Mar 08:27

3.1.4 (2026-03-23)

Chores

  • Update iOS SDK version to 2.8.11

Release 3.1.3

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 24 Feb 10:55

3.1.3 (2026-02-24)

Chores

  • Update iOS SDK version to 2.8.10
  • Deprecate getSdkVersion, use getSDKVersion instead

Release 3.1.2

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 24 Nov 10:56

3.1.2 (2025-11-24)

Chores

  • Lock iOS SDK version to 2.8.6

Release 3.1.1

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 17 Nov 15:58

3.1.1 (2025-11-17)

Bug Fixes

  • Fix import by removing commonjs remains

Release 3.1.0

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 17 Nov 14:20

3.1.0 (2025-11-17)

Features

Release 3.0.0

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 26 Aug 07:31

3.0.0 (2025-08-26)

Breaking Changes

  • simplify initialize and process options (remove InitializeOptions and ProcessOptions object) (a4415ce)

Features

  • add cancelProcess function from SDK (#7) (aacdd72)
  • add nfcEnabled and cardScanningEnabled to initialize options (#8) (ac1790d)
  • go to Android SDK 1.10.+ (f2e337f)

Release 2.1.0

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 04 Jun 14:14

2.1.0 (2025-06-04)

Bug Fixes

  • return JSON from process function on iOS (5fbceb0)
  • verifyPayment query (94703a1)

Release 2.0.1

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 28 Apr 13:44

2.0.1 (2025-04-28)

Bug Fixes

  • avoid using SdkPaymentModule.swift (#4) (51debbc)

Release 2.0.0

Choose a tag to compare

@Thibaut-Mejane Thibaut-Mejane released this 10 Apr 08:13

2.0.0 (2025-04-10)

Features

  • Migrate to Turbo Module (dc4630e)