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

A React Native wrapper for the Stripe native SDK (currently iOS only)

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

Hi, I keep getting "Lexical Or Preprocessor Issue - 'Stripe/Stripe.h' file not found" when trying to build my project.. I've tried installing the Stripe SDK using CocoaPods and as a...

### Steps I took: * `git clone [email protected]:lrettig/react-native-stripe.git` * `cd react-native-stripe/example` * `npm install` * `react-native start` * `open ios/example.xcodeproj/` * hit run (command-r) ### What I expected to happen:...

Changes added to the code: - Added an email parameter to the paymentRequestWithCardForm to can fill the form with a default value. - added a currencySymbol to the paymentRequestWithCardForm to...

There's not currently a definitive stripe implementation for react native - this project is the closest, so seems the best starting point, but I guess it'll happen elsewhere if not.

The android pay for Stripe is in beta now, https://stripe.com/docs/mobile/android. Will it support Android Pay?

Hi, I'm running into problem when trying to test this on a physical device. I have apple merchant id, and stripe key. everything works fine in the simulator. however when...