@itly/plugin-mparticle-react-native
TypeScript icon, indicating that this package has built-in type declarations

2.4.0 • Public • Published

mParticle React Native Plugin for Iteratively SDK

Iteratively SDK

Installation

mParticle library

yarn add react-native-mparticle

mParticle Iteratively plugin

yarn add @itly/plugin-mparticle-react-native

Initialization

Setup for iOS and tvOS

Setup for Android

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.

Package Sidebar

Install

npm i @itly/plugin-mparticle-react-native

Weekly Downloads

0

Version

2.4.0

License

MIT

Unpacked Size

11.1 kB

Total Files

8

Last publish

Collaborators

  • amplidoug
  • sschultz-ampl
  • hrebicek
  • iteratively-justin
  • akramarev-itly