Skip to content

Commit be1e501

Browse files
docs: document headerBackTestID option in stack (#1234)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
1 parent e311de8 commit be1e501

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

versioned_docs/version-6.x/stack-navigator.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,10 @@ Title string used by the back button when `headerBackTitle` doesn't fit on the s
370370

371371
Style object for the back title.
372372

373+
#### `headerBackTestID`
374+
375+
Test ID for the back button for testing purposes.
376+
373377
### Events
374378

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ Defaults to `default` on iOS, and `minimal` on Android.
364364

365365
Style object for the back title.
366366

367+
#### `headerBackTestID`
368+
369+
Test ID for the back button for testing purposes.
370+
367371
### Events
368372

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

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ Defaults to `default` on iOS, and `minimal` on Android.
364364

365365
Style object for the back title.
366366

367+
#### `headerBackTestID`
368+
369+
Test ID for the back button for testing purposes.
370+
367371
### Events
368372

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

0 commit comments

Comments
 (0)