tealium-react-adjust
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

tealium-react-adjust

Getting started

To install the package into your React Native app: $ yarn add tealium-react-adjust

Mostly automatic installation

For iOS only, $ cd ios && pod install && cd ..

Setup the Adjust dependencies according to the standard guides for iOS and Android to get all required config into you project.

Usage

import AdjustRemoteCommand from 'tealium-react-adjust';

AdjustRemoteCommand.initialize();

let config = TealiumConfig {
    // ...
    remoteCommands: [{
        id: AdjustRemoteCommand.name,
        // Optional - path to local JSON mappings
        // path: "adjust.json"
        // Optional - path to remote JSON mappings
        // url: "https://some.domain.com/adjust.json"
    }]
}

Package Sidebar

Install

npm i tealium-react-adjust

Weekly Downloads

5

Version

1.1.0

License

Commercial

Unpacked Size

28.6 kB

Total Files

13

Last publish

Collaborators

  • tealium