1/*
2I recommend you to use the TouchableOpacity component to build your own button,
3with own properties and styles.
4You can easily style it like this:*/
5<TouchableOpacity style={{ height: 100, marginTop: 10 }}>
6 <Text>My button</Text>
7</TouchableOpacity>