Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Added headerForceInset documentation
  • Loading branch information
ArsenyYankovsky committed Feb 27, 2018
commit c45aa7e67106bd266852632e5de5c2d53c7ebb3b
4 changes: 2 additions & 2 deletions docs/stack-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ React Element or Component to display on the left side of the header. When a com

Style object for the header

#### `safeAreaViewProps`
#### `headerForceInset`

Allow to pass props to internal SafeAreaView used in the header. Currently the main use case is to change `forceInset` property.
Allows to pass `forceInset` object to internal SafeAreaView used in the header.

#### `headerTitleStyle`

Expand Down