We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32cc9a2 commit 00d60f0Copy full SHA for 00d60f0
versioned_docs/version-6.x/glossary-of-terms.md
@@ -33,7 +33,7 @@ A router is a collection of functions that decide how to handle actions and stat
33
A screen component is a component that we use in our route configuration.
34
35
```js
36
-const Stack = createStackNavigator();
+const Stack = createNativeStackNavigator();
37
38
const StackNavigator = (
39
<Stack.Navigator>
0 commit comments