1.2.0 • Published 8 months ago
@rudderstack/rudder-integration-appcenter-react-native v1.2.0
rudder-integration-appcenter-react-native
Getting started
$ npm install @rudderstack/rudder-integration-appcenter-react-native --save
Mostly automatic installation
$ react-native link rudder-integration-appcenter-react-native
{% hint style="info" %}
Make sure the minSdkVersion of your build.gradle in the root of android directory is atleast 21
{% endhint %}
Run pod install inside the ios directory of your project adding @rudderstack/rudder-integration-appcenter-react-native to your project.
Usage
import RudderIntegrationAppcenterReactNative from '@rudderstack/rudder-integration-appcenter-react-native';
// TODO: What to do with the module?
RudderIntegrationAppcenterReactNative;