Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@itly/plugin-mparticle-react-native

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itly/plugin-mparticle-react-native

mParticle React Native Plugin for Iteratively SDK

Source
npmnpm
Version
2.0.7
Version published
Maintainers
3
Created
Source

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.

Keywords

itly

FAQs

Package last updated on 19 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts