Skip to content

Commit

Permalink
2.0.0 (#63)
Browse files Browse the repository at this point in the history
* 2.0.0

* 2.0.0

* Update podspec to 2.2.2

Co-authored-by: Christina <christina.sund@tealium.com>
Co-authored-by: Jonathan Wong <jonathanwong@jonathans-imac.lan>
  • Loading branch information
3 people authored Jan 22, 2021
1 parent 1c5adef commit 21461a0
Show file tree
Hide file tree
Showing 281 changed files with 11,752 additions and 16,543 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Change Log

## 2.X

- 2.0.0
- Initial release. Updated the module to use the Kotlin and Swift libraries.

[Full documentation](https://docs.tealium.com/platforms/react-native/install/)

## 1.X

- 1.1.0
- Added ability to enable ad identifier (ADID/IDFA) collection in the `initializeCustom` method
- Improved multiple instance handling
Expand Down
30 changes: 28 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,34 @@
## Tealium React Native

This repository contains the necessary assets for exposing Tealium's native [Android](https://docs.tealium.com/platforms/android-java/) and [iOS](https://docs.tealium.com/platforms/ios-objective-c/) 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.
This repository contains the necessary assets for exposing Tealium's native [Android](https://docs.tealium.com/platforms/android-kotlin/) and [iOS](https://docs.tealium.com/platforms/ios-swift/) 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 sample application demonstrating how everything is put together and how the API gets called in JavaScript.
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](https://yarnpkg.com/package/react-native):

`$ 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:
Expand Down
Loading

0 comments on commit 21461a0

Please sign in to comment.