naoufal / react-native-payments

Accept Payments with Apple Pay and Android Pay using the Payment Request API.
https://www.npmjs.com/package/react-native-payments
1.59k stars 413 forks source link

🍴Active forks & alternatives 🍴 #406

Open nabilfreeman opened 5 months ago

nabilfreeman commented 5 months ago

Hi all,

Considering this library is not actively maintained, I want to share a list of forks and alternatives that have sprouted in the last couple of years.

This list is not comprehensive and might not be always up to date. If you see anything missing, or if a library has been archived or is no longer active, please leave a comment.

Off the shelf solutions

Firstly, if you are using Stripe or Braintree, you are probably better off using these SDKS. Stripe https://github.com/naoufal/react-native-payments/issues/335 Braintree https://github.com/naoufal/react-native-payments/issues/405

These both also support PayPal, as an aside (but Braintree is easier to setup on the merchant side because it's owned by PayPal).

Expo

If you are using Expo / Expo Go, you should 1 million percent use the Stripe SDK. In fact, if you are in the managed environment it is your only option: https://github.com/naoufal/react-native-payments/issues/335

Forks and alternatives

If you want something more custom, or you are working with merchants that are not above you should go here:

appfolio/react-native-payments

Probably most recommended as this has been actively maintained for a few years now

https://github.com/appfolio/react-native-payments

rnw-community/react-native-payments

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

vitalyiegorov commented 3 months ago

Planning to add Expo module support for the https://github.com/rnw-community/rnw-community/tree/master/packages/react-native-payments in the near future, also looking forward for the community feedback on the library