|
1 | 1 | # tipsi-stripe
|
2 | 2 |
|
3 |
| -[](https://www.npmjs.com/package/tipsi-stripe) |
4 |
| -[](https://travis-ci.org/tipsi/tipsi-stripe) |
| 3 | +**Please don't use this library anymore** |
5 | 4 |
|
6 |
| -React Native Stripe binding for iOS/Android platforms |
| 5 | +Stripe team finally has decided to provide RN binding themselves you can [Apply Here](https://app.smartsheet.com/b/form/b1a1053eaac7496eb0ae7892ebd68973) |
7 | 6 |
|
8 |
| -## Strong Customer Authentication (SCA) support |
9 |
| -### PaymentIntents & SetupIntents |
10 |
| - |
11 |
| -Have no fear, it's on its way! |
12 |
| - |
13 |
| -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. |
14 |
| - |
15 |
| -Latest beta release is: [8.0.0-beta.11](/CHANGELOG.md) |
16 |
| - |
17 |
| -To upgrade: |
18 |
| - |
19 |
| -``` |
20 |
| -# package.json |
21 |
| -"tipsi-stripe": "^8.0.0-beta.11" |
22 |
| -
|
23 |
| -# Make sure you are running Stripe 19.0.1 or later |
24 |
| -# ios/Podfile |
25 |
| -pod 'Stripe', '~> 19.0.1' |
26 |
| -pod 'tipsi-stripe', :path => '../node_modules/tipsi-stripe' |
27 |
| -``` |
28 |
| - |
29 |
| -Then, join our Discord channel to access the beta, to get support from the contributors, and to help us |
30 |
| -be aware of any issues you find. Here is the invite link: https://discord.gg/8g6ppq2 |
31 |
| - |
32 |
| -We'll make notifications on that channel as new beta releases are published, along with sharing |
33 |
| -documentation and handling questions. |
34 |
| - |
35 |
| -p.s. if you are skilled at writing Appium tests, please raise your hand on the channel! |
36 |
| - |
37 |
| -Cheers! |
38 |
| - |
39 |
| - |
40 |
| -## Documentation |
41 |
| - |
42 |
| -https://tipsi.github.io/tipsi-stripe/docs/index.html |
43 |
| - |
44 |
| -```sh |
45 |
| -# help us with docs! |
46 |
| -npm install docusaurus |
47 |
| - |
48 |
| -# to run docs locally |
49 |
| -npm run start-docs |
50 |
| - |
51 |
| -# and open http://localhost:3000/tipsi-stripe/docs/index.html |
52 |
| - |
53 |
| -# upgrade existing docs website in repo |
54 |
| -npm run build-docs |
55 |
| -``` |
56 |
| - |
57 |
| -## Changelog |
58 |
| - |
59 |
| -[Full changelog](/CHANGELOG.md) |
60 |
| - |
61 |
| -[[7.0.0] - 2019-01-08 **Breaking changes**](/CHANGELOG.md#700---2019-01-08) |
62 |
| - |
63 |
| -[[6.0.0] - 2018-10-24 **Breaking changes**](/CHANGELOG.md#600---2018-10-24) |
64 |
| - |
65 |
| -[[5.0.0] - 2018-03-21 **Breaking changes**](/CHANGELOG.md#500---2018-03-21) |
66 |
| - |
67 |
| -## Documentation |
68 |
| - |
69 |
| -https://tipsi.github.io/tipsi-stripe/ |
70 |
| - |
71 |
| -```sh |
72 |
| -# help us to upgrade docs locally |
73 |
| -npm run start-docs |
74 |
| - |
75 |
| -# upgrade existing docs website in repo |
76 |
| -npm run build-docs |
77 |
| -``` |
78 |
| - |
79 |
| -## Community |
80 |
| - |
81 |
| -[Discord](https://discord.gg/vmBxnBw) |
82 |
| - |
83 |
| - |
84 |
| -## License |
85 |
| - |
86 |
| -tipsi-stripe is available under the MIT license. See the [LICENSE](https://github.com/tipsi/tipsi-stripe/tree/master/LICENSE) file for more info. |
| 7 | +So Long, and Thanks for All the Fish! |
0 commit comments