parser - Interspace entre líneas de texto en React nativo
react render html (1)
Necesito cambiar el espacio entre líneas en un texto en React Native tanto para Android como para iOS. Este es el código en las páginas de estilos: text: {color: ''# C0C0C0'', fontSize: 18, textAlign: ''justify'',},
Use lineHeight
-
text: {
color: ''#C0C0C0'',
fontSize: 18,
textAlign: ''justify'',
lineHeight: 30,
},