Skip to content

Commit ea3bc96

Browse files
authored
Merge pull request react-navigation#181 from ashinzekene/patch-1
Update stack-navigator.md
2 parents a6a2932 + 56d0877 commit ea3bc96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/stack-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ React Element to display on the right side of the header.
107107

108108
#### `headerLeft`
109109

110-
React Element or Component to display on the left side of the header. When a component is used, it receives a number of props when rendered (`onPress`, `title`, `titleStyle` and more - check `Header.js` for the complete list).
110+
React Element or Component to display on the left side of the header. When a component is used, it receives a number of props when rendered (`onPress`, `title`, `titleStyle` and more - check [Header.js](https://github.com/react-navigation/react-navigation/blob/master/src/views/Header/Header.js) for the complete list).
111111

112112
#### `headerStyle`
113113

0 commit comments

Comments
 (0)