Installation

This library is built by using the Expo Modules API. 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 in Expo projects#

npx expo install google-ump-react-native

or

yarn add google-ump-react-native

or

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 before continuing.

Add the package to your dependencies#

npx expo install google-ump-react-native

Configure for iOS#

Run npx pod-install after installing the npm package.