@itly/plugin-snowplow-react-native
TypeScript icon, indicating that this package has built-in type declarations

2.4.0 • Public • Published

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.

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

    Package Sidebar

    Install

    npm i @itly/plugin-snowplow-react-native

    Weekly Downloads

    1,920

    Version

    2.4.0

    License

    MIT

    Unpacked Size

    15.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • amplidoug
    • sschultz-ampl
    • hrebicek
    • iteratively-justin
    • akramarev-itly