Skip to content

Commit 2e300b2

Browse files
authored
Merge pull request react-navigation#78 from mtt87/patch-1
withNavigationFocus typo (missing Focus)
2 parents e439cba + 4f23fee commit 2e300b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/with-navigation-focus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ class FocusStateLabel extends React.Component {
2323

2424
// withNavigationFocus returns a component that wraps FocusStateLabel and passes
2525
// in the navigation prop
26-
export default withNavigation(FocusStateLabel);
26+
export default withNavigationFocus(FocusStateLabel);
2727
```

0 commit comments

Comments
 (0)