-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Road to 1.0 #249
Comments
Thanks a lot @nabilfreeman !! |
Thanks @nabilfreeman ! Any ETA on the new release? |
@topisark this evening, UK time. As long as nothing game-breaking comes up! |
Removed from 1.0: Refactor of modules
|
Removed from 0.9: I don't fully understand the Google Pay tokenization process but it uses private/public keys and it doesn't appear that you need the SDKs. More to come. Tokenization in Android???
|
Stripe Intents pushed back to 0.9I've pushed back Stripe Intents support by a few days as my team needs more time to finish. We'll focus on this for 0.9 and release as soon as possible so people have time before Jan 1st 2021 to make any changes. |
@nabilfreeman Great to see you taking on to move forward with this project! I was wondering if you guys are opened to give it an official typescript support? I'm more than happy to give a swing at it. |
Hi @jinshin1013, yes definitely. There is currently partial support for Flow, I'd be happy with TypeScript as the project isn't that React heavy and to be honest going through the motions and documenting and typing everything is just what the codebase needs at this point! Want to suggest a plan for implementation? I can help you out as well if it's a lot of work. |
Thanks for all the work on this @nabilfreeman! Editing my previous comment, Payment Intents already worked with this package for me. For anyone looking for how to use this with their existing Payment Intents setup (in the US at least) - Instead of using a stripe payment method ID (node server example):
Pass the Apple token in as such (node server side):
|
Hi everybody, Nabil here. I'll be a maintainer on this library going forward.
In a couple of days we'll release version 0.8 of this library which will support autolinking (RN 0.61+) and various bug fixes.
Going forward I'm working on a few improvements to this library with my team:
🚢 0.8
✅ JS tests
✅ Flattened project structure
package.json
to a git fork or branch for easier development without Lerna etc.✅ RN 0.63 Example Project
0.9
🚧 Stripe Intents support for EU developers
Complete example projects
1.0
Native unit tests
Updated guides
Future
IAP
Native Components
PKPaymentButton
exposing Stripe Elements components could be helpful for some.More gateways
Thanks for reading! Comments appreciated. We are looking for people to help us out with the above. If you would like to take on any of these from 0.9 onwards, please get in touch.
Speak soon
Nabs
The text was updated successfully, but these errors were encountered: