Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

button size react native

/*
I recommend you to use the TouchableOpacity component to build your own button,
with own properties and styles.
You can easily style it like this:*/
<TouchableOpacity style={{ height: 100, marginTop: 10 }}>
    <Text>My button</Text>
</TouchableOpacity>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #button #size #react #native
ADD COMMENT
Topic
Name
2+5 =