-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FlatList not able to scroll to last bottom. #46605
Comments
|
|
Please provide a valid reproducer @suriya-hub |
@cortinico Reproducer: https://github.com/suriya-hub/reproducer |
@suriya-hub your reproducer is empty: |
|
@cortinico Sorry, Now i am added the code. Code in this Link: https://github.com/suriya-hub/reproducer/blob/main/src/screens/home.jsx Thanks for guiding me! |
I dont know how but when i commanted the safeareaview it working as expected.
|
I found the solution here |
Closing then |
Description
I render some data in flatlist. I am not able to scroll all data to the bottom end. some data are partially visible as you see in the screenshot. I am not able to scroll further and also I added my code.
` import { useRef, useState } from 'react';
import { Button, Text, TextInput, StyleSheet, FlatList, TouchableOpacity, View } from 'react-native'
import uuid from 'react-native-uuid';
`
Steps to reproduce
React Native Version
0.75.3
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/suriya-hub/reproducer
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: