“Cómo cambiar el tamaño del botón en React Native” Código de respuesta

Tamaño del botón React nativo

/*
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>
Doge Amazedo

Cómo cambiar el tamaño del botón en React Native

<TouchableOpacity style={{ height: 100, marginTop: 10 }}>
    <Text>My button</Text>
</TouchableOpacity>
aashish-cd

Respuestas similares a “Cómo cambiar el tamaño del botón en React Native”

Preguntas similares a “Cómo cambiar el tamaño del botón en React Native”

Más respuestas relacionadas con “Cómo cambiar el tamaño del botón en React Native” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código