Skip to content

Commit 8a101c2

Browse files
[autofix.ci] apply automated fixes
1 parent 374dbd3 commit 8a101c2

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
@@ -383,9 +383,7 @@ Function which returns a React Element to display on the right side of the heade
383383
Example:
384384

385385
```js
386-
headerRight: () => (
387-
<MaterialCommunityIcons name="map" color="blue" size={36} />
388-
)
386+
headerRight: () => <MaterialCommunityIcons name="map" color="blue" size={36} />;
389387
```
390388

391389
#### `headerTitle`

0 commit comments

Comments
 (0)