Hola usuario de nuestro sitio web, descubrimos la respuesta a tu interrogante, continúa leyendo y la verás más abajo.
Ejemplo: touchableopacity como botón en reaccionar nativo
//React Native Button element doesn't have style props and offers very //few customization. Use TochableXXX elements instead.//TouchableOpacity works fineimportTouchableOpacity,Text,from"react-native";<TouchableOpacity
style=styles.button
onPress=this.onSubmit
disabled=!this.state.isFormValid><Text style=styles.btnText>Add</Text></TouchableOpacity>const styles =StyleSheet.create(
button:
width:200,
marginTop:20,
backgroundColor:"green",
padding:15,
borderRadius:50,,
btnText:
color:"white",
fontSize:20,
justifyContent:"center",
textAlign:"center",,);
Nos puedes añadir valor a nuestro contenido cooperando tu experiencia en las notas.
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)