Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

147
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda