Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to change size of button in react native

<TouchableOpacity style={{ height: 100, marginTop: 10 }}>
    <Text>My button</Text>
</TouchableOpacity>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #size #button #react #native
ADD COMMENT
Topic
Name
2+4 =