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

@itly/plugin-snowplow-react-native

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itly/plugin-snowplow-react-native

Snowplow React Native Plugin for Iteratively SDK

Source
npmnpm
Version
2.3.2
Version published
Weekly downloads
16
700%
Maintainers
3
Weekly downloads
 
Created
Source

Snowplow React Native Plugin for Iteratively SDK

Iteratively SDK

Installation

Snowplow library

yarn add @snowplow/react-native-tracker

Snowplow Iteratively plugin

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

Initialization

import SnowplowPlugin from '@itly/plugin-snowplow-react-native';

itly.load({
  ...
  plugins: [
    ...
    new SnowplowPlugin(
      'my-vendor',
      {
        endpoint: 'my-endpoint',
        namespace: 'my-namespace',
        appId: 'my-appid',
      },
    ),
  ],
  ...
});

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 Snowplow SDK for more information.

Keywords

itly

FAQs

Package last updated on 01 Jun 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