Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to style react navigation header title

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