Kieran-McIntyre / react-native-section-alphabet-list

A simple React Native component that takes an array of data and renders a SectionList with alphabetically sorted data
MIT License
189 stars 55 forks source link

Item display empty when there is large data and scrolled fast. #23

Open krupalikevadiya opened 3 years ago

krupalikevadiya commented 3 years ago

No it is already added but still get this behaviour while scrolling.

On Tue, Aug 17, 2021 at 9:11 PM Jomari Iringan @.***> wrote:

just add style={{flex: 1}} on your AlphabetList and the issue will be solve. you can also check the example project for reference https://github.com/Kieran-McIntyre/react-native-section-alphabet-list/blob/master/example/App.tsx

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Kieran-McIntyre/react-native-section-alphabet-list/issues/23#issuecomment-900408854, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQQV2VPMEEIMNBRVIOKRZHDT5J7KVANCNFSM5CEZZUYQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

henriflouquet commented 3 years ago

Hi krupalikevadiya did you find a solution ? I have the same issue, even without scrolling very fast

dhairyasenjaliya commented 3 years ago

hello any solution ? facing same issue

juanlatorre commented 2 years ago

Facing the same issue currently, I couldn't find any workaround :(

May be related to this:

Blank areas: When VirtualizedList can't render your items fast enough, you may enter a part of your list with non-rendered components that appear as blank space.

Found on official docs -> https://reactnative.dev/docs/optimizing-flatlist-configuration

haisamMH commented 1 year ago

Having the same issue! any solution?