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

Use remove function instead of removeSubscription :bug: #365

Closed mouessam closed 1 year ago

mouessam commented 1 year ago

Using the remove function instead of removeSubscription, because of deprecation referred in https://github.com/facebook/react-native/issues/32203. solve issue https://github.com/naoufal/react-native-payments/issues/364

nabilfreeman commented 1 year ago

👍 Done, but it might be a while before this gets released in an official version. Feel free to install against the commit or master branch. (and check out the README on front page)

@mouessam @mostafaspace

adenyx commented 1 year ago

@nabilfreeman @mouessam @mostafaspace need release with this PR asap please! thanks

77TecShaeer commented 1 year ago

need release with this PR asap please!

sameed-aalogics commented 4 months ago

Using the remove function instead of removeSubscription, because of deprecation referred in facebook/react-native#32203. solve issue #364

Can you please help me to apply this change as patch. There is a patch already applied by previous dev and I'm not able to add this patch.