Update StackNavScreen docs (#411)

Remove confusing mention of `color`
This commit is contained in:
Mike Grabowski
2017-02-22 05:15:42 +01:00
committed by Eric Vicenti
parent 8e1b6e9042
commit 62025cc8be

View File

@@ -84,7 +84,6 @@ class ProfileScreen extends React.Component {
header: (navigation, defaultHeader) => ({
...defaultHeader,
visible: true,
color: 'blue',
}),
}
...