Skip to content

Instantly share code, notes, and snippets.

@VivekNayyar
Created May 21, 2018 10:26
Show Gist options
  • Save VivekNayyar/180ed6b1368b6101fc01bf4ca7955885 to your computer and use it in GitHub Desktop.
Save VivekNayyar/180ed6b1368b6101fc01bf4ca7955885 to your computer and use it in GitHub Desktop.
navigationOptions: {
header: props => <CustomHeader {...props} />,
headerStyle: {
backgroundColor: "transparent"
},
headerTitleStyle: {
fontWeight: "bold",
color: "#fff",
},
headerTintColor: "#fff"
animationEnabled: true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment