Skip to content

Commit 696068e

Browse files
docs: add headerBackTestID option in Header component
1 parent 926a657 commit 696068e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

versioned_docs/version-6.x/elements.md

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

117117
Press opacity for the buttons in header (Android < 5.0, and iOS)
118118

119+
#### `headerBackTestID`
120+
121+
TestID used on the back button. Useful for e2e testing with Detox.
122+
119123
#### `headerTransparent`
120124

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

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

117117
Press opacity for the buttons in header (Android < 5.0, and iOS)
118118

119+
#### `headerBackTestID`
120+
121+
TestID used on the back button. Useful for e2e testing with Detox.
122+
119123
#### `headerTransparent`
120124

121125
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.

0 commit comments

Comments
 (0)