JSPM

  • Created
  • Published
  • Downloads 3325
  • Score
    100M100P100Q121582F
  • License MIT

Expo unimodule for accepting in-app purchases

Package Exports

  • expo-in-app-purchases
  • expo-in-app-purchases/build/InAppPurchases.js
  • expo-in-app-purchases/build/InAppPurchases.types
  • expo-in-app-purchases/build/InAppPurchases.types.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (expo-in-app-purchases) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

expo-in-app-purchases

expo-in-app-purchases allows you to accept payments for in-app products.

API documentation

Installation

You must ensure that you have installed and configured the react-native-unimodules package before continuing.

Add the package to your dependencies

npx expo install expo-in-app-purchases

Configure for iOS

Run npx pod-install after installing the npm package.

Configure for Android

No additional set up necessary.

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.