Skip to content

Commit 14d6b27

Browse files
committed
Tweak description for group
1 parent 4309c8e commit 14d6b27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-6.x/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Group
44
sidebar_label: Group
55
---
66

7-
`Group` components are used to group several [screens](screen.md) inside a navigator.
7+
`Group` components are used to group several [screens](screen.md) inside a navigator for organizational purposes. They can also be used to apply the same options such as header styles to a group of screens.
88

99
A `Group` is returned from a `createXNavigator` function:
1010

versioned_docs/version-7.x/group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Group
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99

10-
A group contains several [screens](screen.md) inside a navigator.
10+
A group contains several [screens](screen.md) inside a navigator for organizational purposes. They can also be used to apply the same options such as header styles to a group of screens, or to define a common layout etc.
1111

1212
<Tabs groupId="config" queryString="config">
1313
<TabItem value="static" label="Static" default>

0 commit comments

Comments
 (0)