You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 3, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
-
# tipsi-stripe
2
-
3
-
This library isn't actively maintained now. Please, consider usage of Stripe's official library:
1
+
# 🚨 This library is no longer maintained 🚨
4
2
5
-
https://github.com/stripe/stripe-react-native
3
+
If you're building apps with React Native, please use [Stripe's official React Native library](https://github.com/stripe/stripe-react-native).
6
4
5
+
# tipsi-stripe
7
6
8
7
If for some reason you cannot migrate to it now. And you can offer with testing new beta versions, please reach me in [discord](https://discord.gg/vmBxnBw) (name: cybergrind#4625). Just PM with github account name + platforms you can check will be enough.
'🚨 [tipsi-stripe] Deprecation notice: tipsi-stripe is no longer maintained. Please migrate your project to @stripe/stripe-react-native: https://github.com/stripe/stripe-react-native'
Copy file name to clipboardExpand all lines: src/index.js
+5
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,8 @@ import errorCodes from './errorCodes'
5
5
export{PaymentCardTextField,errorCodes}
6
6
7
7
exportdefaultStripe
8
+
9
+
// eslint-disable-next-line no-console
10
+
console.warn(
11
+
'🚨 [tipsi-stripe] Deprecation notice: tipsi-stripe is no longer maintained. Please migrate your project to @stripe/stripe-react-native: https://github.com/stripe/stripe-react-native'
**Credit Cards**: you can use real cards for payments on test environment without hesitation. You won't be charged on test environment for card payments.
23
-
24
-
Or you can use [test cards provided by stripe](https://stripe.com/docs/testing#cards).
25
-
26
-
**Google Pay**: will charge you for $1 but return money soon (~1hr).
7
+
## 🚨 Deprecation notice: please use `@stripe/stripe-react-native` 🚨
27
8
9
+
This library is no longer maintained. Please update your project to use [`@stripe/stripe-react-native`](https://github.com/stripe/stripe-react-native)
## 🚨 Deprecation notice: please use `@stripe/stripe-react-native` 🚨
8
+
9
+
This library is no longer maintained. Please update your project to use [`@stripe/stripe-react-native`](https://github.com/stripe/stripe-react-native)
10
+
11
+
## Library requirements
12
+
13
+
### iOS
14
+
15
+
- Xcode 8+
16
+
17
+
- iOS 11+
18
+
19
+
-[CocoaPods](https://cocoapods.org) 1.1.1+
20
+
21
+
### Android
22
+
23
+
- SDK 17+
24
+
25
+
## Testing Payments
26
+
27
+
**Credit Cards**: you can use real cards for payments on test environment without hesitation. You won't be charged on test environment for card payments.
28
+
29
+
Or you can use [test cards provided by stripe](https://stripe.com/docs/testing#cards).
30
+
31
+
**Google Pay**: will charge you for \$1 but return money soon (~1hr).
0 commit comments