Skip to content

Commit 00d60f0

Browse files
docs: use native-stack in glossary-of-terms
1 parent 32cc9a2 commit 00d60f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/glossary-of-terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ A router is a collection of functions that decide how to handle actions and stat
3333
A screen component is a component that we use in our route configuration.
3434

3535
```js
36-
const Stack = createStackNavigator();
36+
const Stack = createNativeStackNavigator();
3737

3838
const StackNavigator = (
3939
<Stack.Navigator>

0 commit comments

Comments
 (0)