stripe-terminal-react-native
stripe-terminal-react-native copied to clipboard
React Native SDK for Stripe Terminal
**Describe the bug** A clear and concise description of what the bug is. I just started using this SDK a few days ago. I am create a React Native application...
**Is your feature request related to a problem? Please describe.** We deploy Stripe readers in a retail POS environment across multiple locations. While we strive to keep our readers plugged...
when I call `discoverReaders`(or any lib function), it gives `First initialize the Stripe Terminal SDK before performing any action` Device: android 12 emulator To reproduce, Add `discoverReaders({ discoveryMethod: 'bluetoothScan', simulated:...
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 2.8.0 to 2.10.0. Release notes Sourced from react-native-reanimated's releases. 2.10.0 🚀 Main changes Added useAnimatedKeyboard() hook Added useFrameCallback() hook Added support for React Native 0.70 Added support...
Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated) from 2.5.0 to 2.10.0. Release notes Sourced from react-native-reanimated's releases. 2.10.0 🚀 Main changes Added useAnimatedKeyboard() hook Added useFrameCallback() hook Added support for React Native 0.70 Added support...
**Describe the bug** I have created one application to make payments and added all required permissions Like Location, Bluetooth, etc. to discover readers and make payments I have used methods...
Hello , I am facing following error in stripe terminal payment with React native in simulated mode . **Error: First initialize the Stripe Terminal SDK before performing any action** **Couldn't...
**Is your feature request related to a problem? Please describe.** Please add support for https://wix.github.io/react-native-navigation I cannot wrap my entire app with a provider. **Describe the solution you'd like** There...
**Describe the bug** While working with simulated I could choose to update manually my reader and did everything according to that particular use case. When testing it on production it...
calling `discoverReaders` after disconnecting from a reader, throws `Could not execute discoverReaders because the SDK is busy with another command: discoverReaders` PS: In example-app, you are calling `cancelDiscovering` on goBack,...