Skip to content

Commit 4d0a8e4

Browse files
committed
Fix example for unstable_headerLeftItems
1 parent d942ec1 commit 4d0a8e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ Function which returns an array of items to display as on the left side of the h
966966
Example:
967967

968968
```js
969-
unstable_headerRightItems: () => [
969+
unstable_headerLeftItems: () => [
970970
{
971971
type: 'button',
972972
title: 'Edit',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ Function which returns an array of items to display as on the left side of the h
969969
Example:
970970

971971
```js
972-
unstable_headerRightItems: () => [
972+
unstable_headerLeftItems: () => [
973973
{
974974
type: 'button',
975975
title: 'Edit',

0 commit comments

Comments
 (0)