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

151
Vistas
React native - Adapt horizontal ScrollView's height to its children

See the following snack

I need to adapt the height of the ScrollView to its children. It seems that ScrollView is using { flex: 1 } by default (not sure). Any ideas how to make it possible?

<View style={{ flex: 1 }}>
  <ScrollView horizontal style={{ backgroundColor: 'red' }}>
    <View
      style={{ width: 60, height: 30, marginLeft: 5, backgroundColor: 'lime' }}
    />
  </ScrollView>

  <View style={{ flex: 1, backgroundColor: 'yellow' }} />
</View>

Thank you.

Note: Is it possible to do it without using { height: 30 } ?

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

0

Wrapping the ScrollView inside a View does the trick.

<View style={{ flex: 1 }}>
  <View>
     <ScrollView horizontal style={{ backgroundColor:"red" }}>
        <View style={{ width: 60, height: 30, marginLeft: 5, backgroundColor: "lime" }} />
     </ScrollView>
  </View>

   <View style={{ flex: 1, backgroundColor:"yellow" }} />
</View>
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