Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@itly/plugin-snowplow-react-native

amplitude4.8kMIT2.4.0TypeScript support: included

Snowplow React Native Plugin for Iteratively SDK

itly, sdk, iteratively, plugin

readme

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.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.4.0 (2021-10-01)

Reverts

  • Revert "chore: experimental rename @itly -> @amplitude" (8cc854b)

2.3.4 (2021-06-29)

Note: Version bump only for package @itly/plugin-snowplow-react-native

2.3.3 (2021-06-28)

Note: Version bump only for package @itly/plugin-snowplow-react-native

2.3.2 (2021-06-01)

Note: Version bump only for package @itly/plugin-snowplow-react-native

2.3.1 (2021-05-21)

Note: Version bump only for package @itly/plugin-snowplow-react-native

2.3.0 (2021-05-20)

Bug Fixes

  • add empty object for rn-snowplow if there is no properties (d16a3d1)

2.2.2 (2021-05-06)

Note: Version bump only for package @itly/plugin-snowplow-react-native

2.2.1 (2021-04-24)

Note: Version bump only for package @itly/plugin-snowplow-react-native

2.0.9 (2021-04-01)

Note: Version bump only for package @itly/plugin-snowplow-react-native

2.0.8 (2021-03-25)

Bug Fixes

  • isolated CallOptions by Plugin (da3a3e2)

2.0.7 (2021-03-19)

Bug Fixes

  • updated React Native README files (d394f86)

2.0.6 (2021-03-15)

Bug Fixes

  • installation/initialization steps for Snowplow React Native plugin (4dd10cd)

Features

  • added Snowplow plugin for React Native (f54be5b)