Commit Graph

3 Commits

Author SHA1 Message Date
Andrey
93db449c07 Fix for createTokenWithCard() and External (Bank) Account Support added with createTokenWithBankAccount() (#65) fixes #28, fixes #61 2017-05-26 18:37:22 +03:00
Anton Petrov
1a2913d35e Upgrade for new React Native version (#19)
* Upgrade iOS imports

* Added release build to android example app

* Fix example deps

* Updated build.gradle

* Fix react-native version to >=0.40

* Added compatibility section to README.md
2017-01-18 16:55:46 +03:00
Anton Petrov
a5d007f5b0 Stripe iOS implementation (#1)
Implemeted:

Apple Pay form
Add Card form
Create token based on card params
Wrapper for STPPaymentCardTextField
Added example iOS project, tests and local CI script

To run local CI you need to specify PUBLISHABLE_KEY and MERCHANT_ID environment variables:

PUBLISHABLE_KEY=<...> MERCHANT_ID=<...> npm run ci
2016-11-08 22:50:00 +03:00