Skip to content

Commit ad7920f

Browse files
authored
Update screen-tracking.md
1 parent 4d2608b commit ad7920f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

versioned_docs/version-6.x/screen-tracking.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default () => {
3232
ref={navigationRef}
3333
onReady={() => {
3434
routeNameRef.current = navigationRef.getCurrentRoute().name;
35+
// Replace the line below to add the tracker from a mobile analytics SDK
3536
await trackScreenView(routeNameRef.current);
3637
}}
3738
onStateChange={async () => {

0 commit comments

Comments
 (0)