Update Tealium initialisation to v2 TealiumConfig properties #19
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
openrn/react-native-logging-tools!19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "develop"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The TealiumConfig properties have changed in v2.0.2 and we are not able to initialise Tealium with the new properties.
This PR is about handling the new TealiumConfig properties
@ -1,16 +1,8 @@import { ITealium } from '../../model/tealium';import { ITealiumConfig } from '../../model/tealium';https://docs.tealium.com/platforms/react-native-v1/install/#initialize
It will not work with v1 of Tealium.
Please update the readme + package.json peerDependencies to upgrade the supported version to v2
@Soliman13
tealium-react-nativeis still to be udated inpackage.json>peerDependencies.@ -1,5 +1,10 @@# ChangelogNot need to detail the changes on Tealium side.
To keep a clear changelog, you can just mention the support of Tealium's version in our library which changed to v2 from v1 should be enough.