Skip to content

Commit a2f7f67

Browse files
committed
fix navigationOptions->defaultNavigationOptions
1 parent 7149ade commit a2f7f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-3.x/stack-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Options for the router:
4848
* `initialRouteName` - Sets the default screen of the stack. Must match one of the keys in route configs.
4949
* `initialRouteParams` - The params for the initial route
5050
* `initialRouteKey` - Optional identifier of the initial route
51-
* `navigationOptions` - Default navigation options to use for screens
51+
* `defaultNavigationOptions` - Default navigation options to use for screens
5252
* `paths` - A mapping of overrides for the paths set in the route configs
5353

5454
Visual options:

0 commit comments

Comments
 (0)