2.4.0 • Published 4 years ago

@itly/plugin-mparticle-react-native v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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.

2.4.0

4 years ago

2.3.4

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.0

4 years ago

2.2.1

4 years ago

2.3.1

4 years ago

2.2.2

4 years ago

2.0.9

4 years ago

2.1.0

4 years ago

2.0.8

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago