·
2 commits
to main
since this release
RN SDK beta.28 release to pick up latest native SDK changes:
iOS and Android native SDKs are upgraded to 4.7.x.
New
- Support for PayNow, a popular payment method in Singapore, is now available for Terminal smart readers in public preview.
- Support for PayPay, a popular digital wallet in Japan, is now available for Terminal smart readers in private preview.
- If you are interested in joining this preview, please contact Stripe support.
- Added support for S710 production and S710 devkit readers.
- Improved visibility into mobile reader disconnects by exposing a new disconnect reason:
DisconnectReason.BLUETOOTH_PEER_REMOVED_PAIRING_INFORMATION. This is returned when the mobile reader’s Bluetooth pairing has been cleared, leading to a disconnect. - Support for Interac on Tap to Pay on Android is now available in public preview
Fixes
- Android: Addresses page alignment issue to fully support 16KB page sizes, as required by Google.
- Android: Fixes an issue that caused the "Application Not Responding" (ANR) error that occurred during Terminal SDK initialization on certain Android devices.
- Android: Resolves compatibility issues with kotlinx.datetime 0.7.0+, which may have impacted users using expo-dev-launcher.
What's Changed
- Change var to let in ts file by @tim-lin-bbpos in #1037
- Change token callback usage and functionality by @tlin-c-stripe in #1029
- Add basic test for feature parity by @tlin-c-stripe in #1043
- Upgrade to SDK 4.7.0 by @tlin-c-stripe in #1042
- Move @testing-library/react-native to devDependencies by @zoontek in #1040
- [TERMINAL] add paypay support (post 4.7.0) by @henryx-stripe in #1039
- issue template: Add more details to aid in troubleshooting by @billfinn-stripe in #1052
- Add Tap to Pay processing check in example app with plugin to auto generate by @tim-lin-bbpos in #1049
- Update dev-app to RN 0.79 by @tim-lin-bbpos in #1044
- Update android paymentIntent status by @MattYang-Stripe in #1057
- [RoEU] Update supported currencies (AED, BGN, GIP, HUF, RON) by @jadez-stripe in #1070
- Beta.28 release prep by @tlin-c-stripe in #1072
- Bump @react-native-community/cli from 18.0.0 to 18.0.1 in /example-app by @dependabot[bot] in #1063
- Bump @react-native-community/cli from 18.0.0 to 18.0.1 in /dev-app by @dependabot[bot] in #1073
New Contributors
- @zoontek made their first contribution in #1040
- @jadez-stripe made their first contribution in #1070
Full Changelog: v0.0.1-beta.27...v0.0.1-beta.28