Releases: lyra/react-native-sdk-payment-module
Releases · lyra/react-native-sdk-payment-module
Release 4.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
3.1.4 (2026-03-23)
Chores
Update iOS SDK version to 2.8.11
Release 3.1.3
Compare
Sorry, something went wrong.
No results found
3.1.3 (2026-02-24)
Chores
Update iOS SDK version to 2.8.10
Deprecate getSdkVersion, use getSDKVersion instead
Release 3.1.2
Compare
Sorry, something went wrong.
No results found
3.1.2 (2025-11-24)
Chores
Lock iOS SDK version to 2.8.6
Release 3.1.1
Compare
Sorry, something went wrong.
No results found
3.1.1 (2025-11-17)
Bug Fixes
Fix import by removing commonjs remains
Release 3.1.0
Compare
Sorry, something went wrong.
No results found
3.1.0 (2025-11-17)
Features
Release 3.0.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.1.0 (2025-06-04)
Bug Fixes
return JSON from process function on iOS (5fbceb0 )
verifyPayment query (94703a1 )
Release 2.0.1
Compare
Sorry, something went wrong.
No results found
2.0.1 (2025-04-28)
Bug Fixes
avoid using SdkPaymentModule.swift (#4 ) (51debbc )
Release 2.0.0
Compare
Sorry, something went wrong.
No results found
2.0.0 (2025-04-10)
Features