Closed
Description
Is this a bug report?
This seems to be a bug of the FlatList while trying to render many items (more that 60-70).
Have you read the Contributing Guidelines?
(Write your answer here.)
Environment
We are using macOS and the issue happen on both iphone and android
react-native -v
: 0.45.1node -v
: 6.9.1npm -v
: 3.10.8yarn --version
:
Then, specify:
- Target Platform: iOS, Android
- Development Operating System: macOS
- Build tools: Xcode, Android Studio
Steps to Reproduce
We are using FlatList to render Message Items and after the Flatlist has been rendered we are using scrollToBottom to go to the last item. The Flatlist is working without any issues when having about 20 items, but when we have many items it is NOT always rendering them and not display them at all. We are having an example with 80 items and sometimes is rendering all of them but most of the times is rendering about 40.