Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions versioned_docs/version-6.x/stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,10 @@ Title string used by the back button when `headerBackTitle` doesn't fit on the s

Style object for the back title.

#### `headerBackTestID`

Test ID for the back button for testing purposes.

### Events

The navigator can [emit events](navigation-events.md) on certain actions. Supported events are:
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-7.x/stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@ Defaults to `default` on iOS, and `minimal` on Android.

Style object for the back title.

#### `headerBackTestID`

Test ID for the back button for testing purposes.

### Events

The navigator can [emit events](navigation-events.md) on certain actions. Supported events are:
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-8.x/stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@ Defaults to `default` on iOS, and `minimal` on Android.

Style object for the back title.

#### `headerBackTestID`

Test ID for the back button for testing purposes.

### Events

The navigator can [emit events](navigation-events.md) on certain actions. Supported events are:
Expand Down
Loading