hardywu / tipsi-stripe

React Native Stripe binding for iOS/Android platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tipsi-stripe

npm version build status

React Native Stripe binding for iOS/Android platforms

Strong Customer Authentication (SCA) support

PaymentIntents & SetupIntents

Have no fear, it's on its way!

It takes to much resources to release stable version but you can use beta release (and some companies already have been using it since september). It has support for SCA-ready API's and support for some newer features.

Latest beta release is: 8.0.0-beta.10

To upgrade:

# package.json
"tipsi-stripe": "^8.0.0-beta.10"

# Make sure you are running Stripe 19.0.1 or later
# ios/Podfile
pod 'Stripe', '~> 19.0.1'
pod 'tipsi-stripe', :path => '../node_modules/tipsi-stripe'

Then, join our Discord channel to access the beta, to get support from the contributors, and to help us be aware of any issues you find. Here is the invite link: https://discord.gg/8g6ppq2

We'll make notifications on that channel as new beta releases are published, along with sharing documentation and handling questions.

p.s. if you are skilled at writing Appium tests, please raise your hand on the channel!

Cheers!

Documentation

https://tipsi.github.io/tipsi-stripe/docs/index.html

# help us with docs!
npm install docusaurus

# to run docs locally
npm run start-docs

# and open http://localhost:3000/tipsi-stripe/docs/index.html

# upgrade existing docs website in repo
npm run build-docs

Changelog

Full changelog

[7.0.0] - 2019-01-08 Breaking changes

[6.0.0] - 2018-10-24 Breaking changes

[5.0.0] - 2018-03-21 Breaking changes

Documentation

https://tipsi.github.io/tipsi-stripe/

# help us to upgrade docs locally
npm run start-docs

# upgrade existing docs website in repo
npm run build-docs

Community

Discord

License

tipsi-stripe is available under the MIT license. See the LICENSE file for more info.

About

React Native Stripe binding for iOS/Android platforms

License:MIT License


Languages

Language:JavaScript 39.6%Language:Java 28.7%Language:Objective-C 26.0%Language:Shell 3.8%Language:Ruby 1.2%Language:Starlark 0.7%