Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to style react navigation header title

static navigationOptions = {
  title: 'Chat',
  headerStyle: { backgroundColor: 'red' },
  headerTitleStyle: { color: 'green' },
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #style #react #navigation #header #title
ADD COMMENT
Topic
Name
9+2 =