stripe-terminal-react-native icon indicating copy to clipboard operation
stripe-terminal-react-native copied to clipboard

React Native SDK for Stripe Terminal

Results 85 stripe-terminal-react-native issues
Sort by recently updated
recently updated
newest added

## Summary Split useTerminal Callback into different group to give user a better sense ## Motivation Part of the request from https://bugs.bbpos.com/projects/SDK/issues/SDK-189 In general, we'd like to break useTerminal callback...

Hi, Noticed that stripe-terminal-android/ios 4.0.0 have just been released and have breaking changes related to reader connection and discovery. When will these versions be rolled into the react native version?...

**Describe the bug** After updating `@stripe/stripe-terminal-react-native` from `v0.0.1-beta.13` to `v0.0.1-beta.14`, the project fails to compile with the following error: `package undefined does not exist - StripeTerminalReactNativePackage` in `PackageList.java`. Gradle deprecation...

**Describe the bug** Tap to pay not working on iOS 18 devices consistently. iOS 17 and bellow devices seems to be working fine. However, if one connects to a terminal...

**Is your feature request related to a problem? Please describe.** Can we remove the need to wrap the top level App component with the StripeTerminalProvider? Our app supports a number...

enhancement

**Describe the bug** Is there a way to change the default language in english of the Accessibility options screen? **To Reproduce** Steps to reproduce the behavior: 1. Enter an amount...

Bumps [rexml](https://github.com/ruby/rexml) from 3.3.6 to 3.3.9. Release notes Sourced from rexml's releases. REXML 3.3.9 - 2024-10-24 Improvements Improved performance. GH-210 Patch by NAITOH Jun. Fixes Fixed a parse bug for...

dependencies
ruby

**Describe the bug** Failed to generate key pair **Screenshots** ![52c7dcb6c4486a940cd506d0fe09c06c](https://github.com/user-attachments/assets/295a59f5-e1d8-4b99-96ec-3480dfb15864) **Stripe Terminal React Native SDK version** "@stripe/stripe-terminal-react-native": "^0.0.1-beta.20" **Smartphone (please complete the following information):** - OS: [Android 11] Double-sided screen...

**Describe the bug** When attempting to connect to the Stripe S700 reader through connectInternetReader it throws this error: {"code": "Unknown", "message": "The certificate for this server is invalid. You might...

## Summary Remove flipper on Android/iOS ## Motivation Part of https://jira.corp.stripe.com/browse/TERMINAL-41035 work. Flipper is now not recommend and decouple with react native core in newer version. https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0641-decoupling-flipper-from-react-native-core.md There're some alternative...