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

1.1.0 • Public • Published

tealium-react-appsflyer

Getting started

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

Mostly automatic installation

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

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

Usage

import AppsflyerRemoteCommand from 'tealium-react-appsflyer';

AppsflyerRemoteCommand.initialize();

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

Package Sidebar

Install

npm i tealium-react-appsflyer

Weekly Downloads

1

Version

1.1.0

License

Commercial

Unpacked Size

27.3 kB

Total Files

14

Last publish

Collaborators

  • tealium