Skip to content

Instantly share code, notes, and snippets.

@alexpaul
Created June 19, 2018 01:55
Show Gist options
  • Save alexpaul/1a79a5ab711da0f430f46497645df1b8 to your computer and use it in GitHub Desktop.
Save alexpaul/1a79a5ab711da0f430f46497645df1b8 to your computer and use it in GitHub Desktop.
Setting the Navigation Header values using react-navigation
static navigationOptions = ({ navigation }) => ({
title: 'Home',
headerTitleStyle: {textAlign: 'center', alignSelf: 'center'},
headerStyle: {backgroundColor: 'powderblue'},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment