Skip to content

Commit cbd1eba

Browse files
authored
docs(analytics): NavigationController to NavigationContainer in screen-tracking.md (#4239)
The reference to `NavigationController` should be `NavigationContainer`
1 parent faae54d commit cbd1eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/analytics/screen-tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ therefore there is no "one fits all" solution to screen tracking.
1212
# React Navigation
1313

1414
The [React Navigation](https://reactnavigation.org/) library allows for various navigation techniques such as
15-
Stack, Tab, Native or even custom navigation. The `NavigationController` component which the library exposes provides
15+
Stack, Tab, Native or even custom navigation. The `NavigationContainer` component which the library exposes provides
1616
access to the current navigation state when a screen changes, allowing you to use the [`logScreenView`](/reference/analytics#logScreenView)
1717
method the Analytics library provides:
1818

0 commit comments

Comments
 (0)