You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using FlashList in a SafeAreaView with a View below it, the FlashList takes more space than needed, pushing the View down. This behavior is different from FlatList, which only takes the height it needs to show the items, leaving the remaining space for the View.
Current behavior
When using FlashList in a SafeAreaView with a View below it, the FlashList takes more space than needed, pushing the View down.
When using FlashList in a SafeAreaView with a View below it, the FlashList takes more space than needed, pushing the View down. This behavior is different from FlatList, which only takes the height it needs to show the items, leaving the remaining space for the View.
Current behavior
When using FlashList in a SafeAreaView with a View below it, the FlashList takes more space than needed, pushing the View down.
Expected behavior
The FlashList should behave like FlatList, taking only the height it needs to display its items and leaving the remaining space for the View below it.
To Reproduce
Platform:
Environment
@shopify/flash-list": "^1.7.1
The text was updated successfully, but these errors were encountered: