New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@itly/plugin-mparticle-react-native

Package Overview
Dependencies
Maintainers
4
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

latest
Source
npmnpm
Version
2.4.0
Version published
Maintainers
4
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 01 Oct 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