Is the lib ready for production?
See original GitHub issueHey all
Great seeing this new lib! We have been using tipsi-stripe
for a few years now and are looking into migrating to this new lib. Before going really deeper, I tried to test some features as described in https://stripe.com/docs/payments/accept-a-payment?platform=react-native. Then I started to face some issues like the one described in #315.
During my initial tests, I tried and failed using some methods, like presentPaumentSheet()
. But I did not get any error message nor reaction from the lib. For example if you haven’t called initPaymentSheet()
before. This is rather concerning.
So here is the main million dollars question, is stripe-react-native
ready for production? What do you think?
Thanks for your feedback and opinions on this.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:17 (1 by maintainers)
Top Results From Across the Web
Is GO production ready? : r/golang - Reddit
Libraries in Go will more often than not be stable. Usually the authors seem to be embracing the stdblib path of not breaking...
Read more >Essential, production-ready Go packages | by Ryan D - Medium
Dep is the best tool for your production-ready code right now. ... Postgres: https://github.com/lib/pq is a pure Go driver and is rock solid....
Read more >Any production-ready Elixir libraries for managing internet ...
Are there any production-ready Elixir libraries for managing internet connections, similar to monitor-internet-connection.py?
Read more >Building for Production - Vite
The production bundle assumes support for modern JavaScript. By default, Vite targets browsers which support the native ES Modules, native ESM dynamic import, ......
Read more >9 Rust authentication libraries that are ready for production
Virtually all web apps require some form of authentication, especially in an age of ever-increasing awareness around data privacy. Rust has a ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’d say it is not ready, I tried to implement the setup intent method and it didn’t work, I opened two issues here asking for help and giving details, the first issue was closed with a “check the documentation” comment and the second issue is still open but no one is looking at it.
I gave details on how to reproduce the issue and got ignored, I submitted a PR with a fix that worked for us and they rejected it.
I see a lot of people having the same issues as I do, and some additional issues, but looks like no one from stripe cares about them.
Thanks, that’s really good to know! Improving the embedded documentation is on the roadmap, and will make it so that there’s less need to comb through integration guides to find what you’re looking for.