Skip to content

Commit 8e76fcc

Browse files
committed
docs: Changed syntax for test
1 parent 3da7c18 commit 8e76fcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

versioned_docs/version-7.x/stack-navigator.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@ If you need to disable this optimization for specific screens (e.g. you want to
213213

214214
### Options
215215

216-
The following [options](screen-options.md) can be used to configure the screens in the navigator. These can be specified under `screenOptions` prop of `Stack.navigator` or `options` prop of `Stack.Screen`.
216+
The following [options](screen-options.md) can be used to configure the screens in the navigator. These can be specified under:
217+
* [`screenOptions`](screen-options.md#options-prop-on-screen) prop of `Stack.navigator` or
218+
* [`options`](screen-options.md#screenoptions-prop-on-the-navigator) prop of `Stack.Screen`.
217219

218220
#### `title`
219221

0 commit comments

Comments
 (0)