Skip to content

Commit 18d73d2

Browse files
authored
On react-navigation#141: navigationOptions or `navigationOptions`?
1 parent 516b781 commit 18d73d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/custom-navigators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A navigator is any React component that has a [router](https://github.com/react-
88

99
## Extending Navigators
1010

11-
It is possible to take an existing Navigator and extend its behavior, using the following approach:=
11+
It is possible to take an existing Navigator and extend its behavior, using the following approach:
1212

1313
```js
1414
const MyStack = createStackNavigator({ ... });

0 commit comments

Comments
 (0)