Skip to content

Commit

Permalink
Update version-7.x/screen-options.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crisanmm committed May 8, 2024
1 parent fe7e249 commit 7d39d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/screen-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ const Stack = createNativeStackNavigator({

### `screenOptions` prop on the navigator

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.
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.

Example:

Expand Down

0 comments on commit 7d39d68

Please sign in to comment.