Skip to content

Commit 9090a32

Browse files
committed
Merge branch '@stanleyoos/chore-docs-native-stack-headerOptions' of github.com:react-navigation/react-navigation.github.io into @stanleyoos/chore-docs-native-stack-headerOptions
2 parents 168efad + 8a101c2 commit 9090a32

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

versioned_docs/version-7.x/native-stack-navigator.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,7 @@ Function which returns a React Element to display on the right side of the heade
412412
Example:
413413

414414
```js
415-
headerRight: () => (
416-
<MaterialCommunityIcons name="map" color="blue" size={36} />
417-
)
415+
headerRight: () => <MaterialCommunityIcons name="map" color="blue" size={36} />;
418416
```
419417

420418
#### `headerTitle`

0 commit comments

Comments
 (0)