react-native-payments icon indicating copy to clipboard operation
react-native-payments copied to clipboard

Still maintained?

Open ksielyov opened this issue 2 years ago • 7 comments

I can`t use it anymore since IOS 14~

ksielyov avatar Dec 27 '21 15:12 ksielyov

Not currently maintained, check out the fork here: https://github.com/appfolio/react-native-payments

nabilfreeman avatar Jan 26 '22 10:01 nabilfreeman

Hi, I want to open a PR with a small fix. Should I open it to this repo or to the fork?

Uriah-Eisenstein-ATT avatar Apr 13 '22 11:04 Uriah-Eisenstein-ATT

@Uriah-Eisenstein-ATT Feel free to open it up with our fork!

dvicory avatar Jun 07 '22 18:06 dvicory

Hi @dvicory, I've already opened a PR for this repo. We're currently using patch-package to make the fix (and other changes) locally. We might switch to another fork since this one doesn't support the Apple M1 chip; I don't know if yours does. The fix is just to circumvent a crash on unrecognized network name. If you want it, I can open a PR to your fork as well, or you're welcome to create one and pull it if it's possible from your side (I don't know that much about GitHub and forks...). Regards, Uriah

Uriah-Eisenstein-ATT avatar Jun 08 '22 12:06 Uriah-Eisenstein-ATT

Just wanted to mention here that this library's maintainers have stated that they recommend everybody start using the official Stripe library instead (which does support up to iOS 15)

charliecruzan-stripe avatar Jul 07 '22 22:07 charliecruzan-stripe

Hi @Uriah-Eisenstein-ATT @dvicory Are you guys using the library on IOS 15? I've been trying but it's crashing without any visible reason. If so. Would you mind sharing your patch? Thanks

filippobarcellos avatar Sep 27 '22 19:09 filippobarcellos

I haven't tested, but I found this as well, and seems to support React Native Web

https://github.com/rnw-community/rnw-community/tree/master/packages/react-native-payments

gianpaj avatar Jan 23 '24 16:01 gianpaj