hstorz / tealium-react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tealium React Native

This repository contains the necessary assets for exposing Tealium's native Android and iOS mobile libraries to the JavaScript code in your React Native project. This includes code for exposing the native APIs for both platforms through React Native's bridging system, and a basic helper class in JavaScript to create a single cross platform API.

You can also find a example application demonstrating how everything is put together and how the API gets called in JavaScript.

Example App Instructions

In order to run the example application, follow these steps using yarn:

$ cd example

$ yarn add ../npm-package

iOS

$ cd ios && pod install && cd ..

$ react-native start

In a separate terminal tab (but still in the example app directory):

$ yarn ios

Android

$ react-native start

In a separate terminal tab (but still in the example app directory):

$ yarn android

Documentation

For full documentation, please see the Tealium Developer Docs website:

Tealium React Native Documentation

License

Use of this software is subject to the terms and conditions of the license agreement contained in the file titled "LICENSE.txt". Please read the license before downloading or using any of the files contained in this repository. By downloading or using any of these files, you are agreeing to be bound by and comply with the license agreement.


Copyright (C) 2012-2022, Tealium Inc.

About

License:Other


Languages

Language:Kotlin 44.7%Language:Swift 18.8%Language:JavaScript 14.0%Language:Java 6.7%Language:Ruby 4.7%Language:C++ 3.0%Language:Objective-C 2.8%Language:TypeScript 2.4%Language:Objective-C++ 1.9%Language:Makefile 0.7%Language:Starlark 0.3%Language:C 0.1%