Skip to content

Commit ce51d88

Browse files
author
Ali Rıza Kat
committed
Example Naming Fix
1 parent 672a592 commit ce51d88

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)