tealium-react-facebook
v1.0.1
Published
Package to support the Tealium Facebook Remote Command integration
Downloads
16
Readme
tealium-react-facebook
Getting started
To install the package into your React Native app:
$ yarn add tealium-react-facebook
Mostly automatic installation
For iOS only,
$ cd ios && pod install && cd ..
Setup the Facebook dependencies according to the standard guides for iOS and Android to get all required config into you project.
Usage
import FacebookRemoteCommand from 'tealium-react-facebook';
let config = TealiumConfig {
// ...
remoteCommands: [{
id: FacebookRemoteCommand.name,
// Optional - path to local JSON mappings
// path: "facebook.json"
// Optional - path to remote JSON mappings
// url: "https://some.domain.com/facebook.json"
}]
}