@rudderstack/rudder-integration-appcenter-react-native
v1.1.1
Published
Rudder React Native SDK Appcenter Device mode support for Android and iOS
Downloads
320
Readme
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;