Skip to content

Commit 7636571

Browse files
authored
Merge pull request #409 from Countly/ContentExampleFix
Example Naming Fix
2 parents 672a592 + ce51d88 commit 7636571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/CountlyRNExample/Others.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ const recordIndirectAttribution = () => {
5151
};
5252

5353
const enterContentZone = () => {
54-
Countly.contents.enterContentZone();
54+
Countly.content.enterContentZone();
5555
}
5656

5757
const exitContentZone = () => {
58-
Countly.contents.exitContentZone();
58+
Countly.content.exitContentZone();
5959
}
6060

6161
function OthersScreen({ navigation }) {

0 commit comments

Comments
 (0)