Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How can i change Header Bar height in react native

How can i change Header Bar height in react nativeoptions={{
    title: 'MOVIEAPP',
    headerTitleStyle: {
      fontWeight: 'bold',
    },
     headerStyle:{
      height:200,            // i tried to put height
      backgroundColor: 'red'
    }
}}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #How #change #Header #Bar #height #react #native
ADD COMMENT
Topic
Name
8+2 =