Skip to content

Commit 7d39d68

Browse files
authored
Update version-7.x/screen-options.md
1 parent fe7e249 commit 7d39d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-7.x/screen-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ const Stack = createNativeStackNavigator({
357357

358358
### `screenOptions` prop on the navigator
359359

360-
You can pass a prop named `screenOptions` to the navigator component, where you can specify an object with different options. The options specified in `screenOptions` apply to all of the screens in the navigator. So this is a good place to add specify options that you want to configure for the whole navigator.
360+
You can pass a prop named `screenOptions` to the navigator component, where you can specify an object with different options. The options specified in `screenOptions` apply to all of the screens in the navigator. So this is a good place to specify options that you want to configure for the whole navigator.
361361

362362
Example:
363363

0 commit comments

Comments
 (0)