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

@itly/plugin-segment-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-segment-react-native

Segment React Native Plugin for Iteratively SDK

latest
Source
npmnpm
Version
2.4.0
Version published
Weekly downloads
15
650%
Maintainers
4
Weekly downloads
 
Created
Source

Segment React Native Plugin for Iteratively SDK

Iteratively SDK

Installation

Segment library

yarn add @segment/analytics-react-native

Segment Iteratively plugin

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

Initialization

import SegmentPlugin from '@itly/plugin-segment-react-native';
itly.load({
  ...
  plugins: [
    ...
    new SegmentPlugin('my-write-key'),
  ],
  ...
});

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 Segment 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