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

**Describe the bug** When an error occurs during installing an update, the resulting error object on iOS is incorrectly formatted. **To Reproduce** Steps to reproduce the behavior: 1. Connect to...

**Describe the bug** Error when connect to Reader via Bluetooth, i can discovers readers successfully and save in state: ``` [Stripe terminal]: didUpdateDiscoveredReaders Array [ Object { "availableUpdate": null, "baseUrl":...

**Describe the bug** After disconnecting from the stripe M2 reader, I cannot reconnect to the same device. It throws The Stripe Terminal ConnectionToken has already been redeemed. The documentation suggested...

## Summary Upgrade RN to the latest 0.69.0 use patch-package to apply the mandatory changes for react-native-reanimated that doesn't support that version yet. Will remove it once this [PR](https://github.com/software-mansion/react-native-reanimated/pull/3325) is...

I'm trying to recover the reader's connection progress this way. ```tsx const [progress, setProgress] = useState('0') const { } = useStripeTerminal({ onDidReportReaderSoftwareUpdateProgress(progress) { setProgress(progress) }, }) console.log('PROGRESS: ', progress) ```...

**Describe the bug** I'm on Android using M2 reader. Rarely, maybe once a day or two days, I notice that when I call `collectPaymentMethod` it hangs indeterminately, I have tried...

**Describe the bug** Stripe SDK tap on phone auto cancels collectPayment process after the previous payments has been cancelled as well. **To Reproduce** Steps to reproduce the behaviour: On a...

Hey Stripe Team, I'm encountering an issue with the Stripe Terminal React Native SDK on iOS for offline payments on the Wisepad 3. Offline payments work awesome when initializing the...

**Is your feature request related to a problem? Please describe.** I would like to be able to set a timeout so that I can display a proper empty state if...

feature-request

**Describe the bug** Hello! I'm building a multi tenant POS system using stripe-terminal-react-native and I've noticed that sometimes for reasons I'm not quite sure, the SDK will "freeze" when discovering...