@itly/plugin-mparticle-react-native
v2.4.0
Published
mParticle React Native Plugin for Iteratively SDK
Downloads
4
Readme
mParticle React Native Plugin for Iteratively SDK
Installation
yarn add react-native-mparticle
mParticle Iteratively plugin
yarn add @itly/plugin-mparticle-react-native
Initialization
import MparticlePlugin from '@itly/plugin-mparticle-react-native';
itly.load({
...
plugins: [
...
new MparticlePlugin(),
],
...
});
Linking
If you are using an older version of React Native that doesn't support auto-linking you may need to follow additional setup steps.
Read full setup instructions for mParticle SDK for more information.