# Installation
<Warning>
  This library is built by using the [Expo Modules API](https://docs.expo.dev/modules/overview/). If
  you are using Expo, it already has first class support. If you are not using Expo, see
  [Installation in bare React Native projects](/installation#installation-in-bare-react-native-projects)
</Warning>

## Installation in Expo projects

```bash
npx expo install google-ump-react-native
```

or

```bash
yarn add google-ump-react-native
```

or

```bash
npm install google-ump-react-native
```

## Installation in bare React Native projects

For bare React Native projects, you must ensure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-expo-modules/) before continuing.

### Add the package to your dependencies

```bash
npx expo install google-ump-react-native
```

### Configure for iOS

Run `npx pod-install` after installing the npm package.
