Skip to content
Open
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/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ Color for material ripple (Android >= 5.0 only)

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

#### `headerBackTestID`

TestID used on the back button. Useful for e2e testing with Detox.

#### `headerTransparent`

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.
Expand Down
4 changes: 4 additions & 0 deletions versioned_docs/version-7.x/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ Color for material ripple (Android >= 5.0 only)

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

#### `headerBackTestID`

TestID used on the back button. Useful for e2e testing with Detox.

#### `headerTransparent`

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.
Expand Down