Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

207
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!