-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added override collect dispatch url to init method * Updated sample app version * Update podfile.lock * Changed order of params in init custom * TypeScript updates (#53) * ts allow nulls * readme + changelog updates Co-authored-by: Christina <[email protected]> Co-authored-by: jameskeith <[email protected]>
- Loading branch information
1 parent
b3d6e85
commit ed4c36f
Showing
13 changed files
with
56 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6111,7 +6111,7 @@ tar@^4: | |
yallist "^3.0.3" | ||
|
||
tealium-react-native@../npm-package: | ||
version "1.0.8" | ||
version "1.0.10" | ||
|
||
[email protected]: | ||
version "0.8.3" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
# tealium-react-native | ||
|
||
This package provides a native module for React Native apps giving access to Tealium's native libraries for Android and iOS, exposed through a common JavaScript api. More information can be found in the [Tealium Learning Community document](https://community.tealiumiq.com/t5/Mobile-Libraries/Tealium-for-React-Native/ta-p/22449). | ||
This package provides a native module for React Native apps giving access to Tealium's native libraries for Android and iOS, exposed through a common JavaScript API. More information can be found in the [Tealium Developer Docs](https://docs.tealium.com/platforms/react-native/). | ||
|
||
## Installation | ||
|
||
In the root of your React Native project, run the following: | ||
|
||
```console | ||
npm install tealium-react-native | ||
react-native link | ||
``` | ||
|
||
The first command will download the `tealium-react-native` package and install it to your project. | ||
|
||
The second command will link the native dependencies within the module to your main React Native app so that it can build against the module. | ||
For installation instructions, please refer to the installation guide found on the Tealium Developer Docs website [here](https://docs.tealium.com/platforms/react-native/install/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters