Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

315
Vistas
Cómo establecer el color de fondo del texto en React Native

Soy nuevo en reaccionar nativo, así que ayúdame a resolver esto. Quiero establecer el color de fondo del texto, pero este es un tipo de diseño diferente.

ingrese la descripción de la imagen aquí

He intentado con este código: -

 <View style={styles.titleWrapper}> <View style={styles.titleInner}></View> <Text style={styles.title}>Mobile Verification</Text> </View> const styles = StyleSheet.create({ titleWrapper: { justifyContent: 'center', alignContent: 'center', alignItems: 'center', marginTop: '8%', flexDirection: 'row' }, titleInner: { backgroundColor: COLORS.LIME_GREEN, width: '50%', height: 22, position: 'absolute', bottom: 0, left: '23%', borderRadius: 14, opacity: 0.5, }, title: { color: COLORS.BLACK, fontWeight: 'bold', fontSize: 25, textAlign: 'center', }, })

Quiero implementar lo mismo para otras pantallas también. Aquí, el ancho del color de fondo será diferente según el texto. Entonces, si la longitud del texto es corta, entonces necesitamos el ancho de acuerdo con el texto.

Por favor, guíame sobre cómo aplicar los estilos en él. Gracias por adelantado.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

agregas zIndex

 titleInner: { backgroundColor: COLORS.LIME_GREEN, width: '50%', height: 22, position: 'absolute', bottom: 0, left: '23%', borderRadius: 14, opacity: 0.5, zIndex: 1, }, title: { color: COLORS.BLACK, fontWeight: 'bold', fontSize: 25, textAlign: 'center', zIndex: 2, },

y comprueba de nuevo.

Manifestación

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda