Skip to content

Commit c0e1a93

Browse files
committed
Document in stack instead of elements
1 parent f92c259 commit c0e1a93

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

versioned_docs/version-6.x/elements.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ Color for material ripple (Android >= 5.0 only)
156156

157157
Press opacity for the buttons in header (Android < 5.0, and iOS)
158158

159-
#### `headerBackTestID`
160-
161-
TestID used on the back button. Useful for e2e testing with Detox.
162-
163159
#### `headerTransparent`
164160

165161
Defaults to `false`. If `true`, the header will not have a background unless you explicitly provide it with `headerBackground`. The header will also float over the screen so that it overlaps the content underneath.

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/elements.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -434,10 +434,6 @@ Color for material ripple (Android >= 5.0 only)
434434

435435
Press opacity for the buttons in header (Android < 5.0, and iOS)
436436

437-
#### `headerBackTestID`
438-
439-
TestID used on the back button. Useful for e2e testing with Detox.
440-
441437
#### `headerTransparent`
442438

443439
Defaults to `false`. If `true`, the header will not have a background unless you explicitly provide it with `headerBackground`. The header will also float over the screen so that it overlaps the content underneath.

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)