We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d2608b commit ad7920fCopy full SHA for ad7920f
versioned_docs/version-6.x/screen-tracking.md
@@ -32,6 +32,7 @@ export default () => {
32
ref={navigationRef}
33
onReady={() => {
34
routeNameRef.current = navigationRef.getCurrentRoute().name;
35
+ // Replace the line below to add the tracker from a mobile analytics SDK
36
await trackScreenView(routeNameRef.current);
37
}}
38
onStateChange={async () => {
0 commit comments