2.4.0 • Published 4 years ago

@itly/plugin-amplitude-react-native v2.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Amplitude React Native Plugin for Iteratively SDK

Iteratively SDK

Installation

Amplitude library

yarn add @amplitude/react-native@latest

####iOS Installation

cd /ios && pod install

Amplitude Iteratively plugin

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

Initialization

import AmplitudePlugin from '@itly/plugin-amplitude-react-native';
itly.load({
  ...
  plugins: [
    ...
    new AmplitudePlugin('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 Amplitude SDK for more information.