Allow CardStack default header to receive a custom style

This commit is contained in:
Mike Grabowski
2017-01-27 12:37:31 +01:00
committed by Satyajit Sahoo
parent d9a008f000
commit a60607385b
3 changed files with 9 additions and 6 deletions

View File

@@ -118,6 +118,7 @@ All `navigationOptions` for the `StackNavigator`:
- `visible` - Boolean toggle of header visibility. Only works when `headerMode` is `screen`.
- `title` - Title string used by the navigation bar, or a custom React component
- `right` - Custom component displayed on the right side of the header
- `style` - Style object for the navigation bar
### Examples