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 e292c61 commit bd0233eCopy full SHA for bd0233e
versioned_docs/version-6.x/group.md
@@ -6,10 +6,10 @@ sidebar_label: Screen
6
7
`Screen` components are used to configure various aspects of screens inside a navigator.
8
9
-A `Screen` is returned from a `createNavigatorX` function:
+A `Screen` is returned from a `createXNavigator` function:
10
11
```js
12
-const Stack = createStackNavigator(); // Stack contains Screen & Navigator properties
+const Stack = createNativeStackNavigator(); // Stack contains Screen & Navigator properties
13
```
14
15
After creating the navigator, it can be used as children of the `Navigator` component:
0 commit comments