We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374dbd3 commit 8a101c2Copy full SHA for 8a101c2
versioned_docs/version-7.x/native-stack-navigator.md
@@ -383,9 +383,7 @@ Function which returns a React Element to display on the right side of the heade
383
Example:
384
385
```js
386
- headerRight: () => (
387
- <MaterialCommunityIcons name="map" color="blue" size={36} />
388
- )
+headerRight: () => <MaterialCommunityIcons name="map" color="blue" size={36} />;
389
```
390
391
#### `headerTitle`
0 commit comments