# expo-in-app-purchases

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

# API documentation

- [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/in-app-purchases.mdx)
- [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/in-app-purchases/)

# Installation

You must ensure that you have [installed and configured the `react-native-unimodules` package](https://github.com/expo/expo/tree/main/packages/react-native-unimodules) 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](https://github.com/expo/expo#contributing).
