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

206
Vistas
Flat List Not Scrolling in TabView (React Native Elements)

I am using the React-Native-Elements Library to create tabs. Under the TabView, I have a FlatList, the list appears but it is not able to scroll, I have tried implementing flex: 1 as well as wrapping the FlatList in a ScrollView. The code is below shows the TabView along with the rendering of the TabView.Item, View and FlatList.

<TabView value={this.state.index} onChange={this.handleChange}>
          <TabView.Item style={{width: deviceWidth}}>
            <View style={{flex: 1}}>
              <Text style={styles.text}> Blockchain News </Text>
              <FlatList
                // eslint-disable-next-line react-native/no-inline-styles
                style={styles.bgColor}
                data={this.state.articles}
                renderItem={({item}) => <DataItem article={item} />}
                keyExtractor={item => item.url}
                refreshing={this.state.refreshing}
                onRefresh={this.handleRefresh.bind(this)}
              />
            </View>
          </TabView.Item>
about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

I came across similar issue, try making the DataItem element with TouchableOpacity rather with normal view. This worked for me

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