Refactor header, tintColor support, redesign iOS back button (#109)

This commit is contained in:
Mike Grabowski
2017-02-01 22:20:12 +01:00
committed by Satyajit Sahoo
parent 736d0db732
commit 7a20389e04
13 changed files with 172 additions and 97 deletions

View File

@@ -120,6 +120,7 @@ All `navigationOptions` for the `StackNavigator`:
- `right` - Custom React Element to display on the right side of the header
- `left` - Custom React Element to display on the left side of the header
- `style` - Style object for the navigation bar
- `tintColor` - Tint color for the header
### Examples