Skip to content

Commit f8ff0fc

Browse files
authored
Merge pull request react-navigation#91 from vladbars/patch-1
Update with-navigation-focus.md
2 parents 7a214c6 + f953a4e commit f8ff0fc

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
@@ -12,7 +12,7 @@ sidebar_label: withNavigationFocus
1212

1313
```js
1414
import React from 'react';
15-
import { Text } 'react-native';
15+
import { Text } from 'react-native';
1616
import { withNavigationFocus } from 'react-navigation';
1717

1818
class FocusStateLabel extends React.Component {

0 commit comments

Comments
 (0)