Search code examples
react-nativeandroid-payapplepay

React Native Integration with Android Pay(android) and Apple Pay(iOS)


There is no official documentation around Android and Apple Pay integration with RN. Some of the libraries that are present are not been up to date. I'm afraid those will fail with RN 0.61. Any leads/suggestions on how to go about:

  1. integrating Android and Apple Pay with RN 0.61
  2. handling cancellations/refunds under a certain time limit.

Solution

  • ive used react-native-iap library to implement the in -app purchases i.e android and apple pay integration. It's pretty easy. Just follow the article and voila, it will be done.

    RN-IAP

    Below is the package of library ive used.

    rn-iap-library

    Hope it helps, feel free for doubts.