FaridSafi / FaridSafi/react-native-gifted-listview

Why do we need to set exactly height for listview to let ListView render footer ?

Open
#97 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.6k
Forks
287
PR merge metrics
No merged PRs in 30d

Description

if i set listview height caculate automatically base on flexbox layout, so if some item view existed overfloat screen, we can't render footer.
I must set height: 300 to let listview can render footer.
It take me 1 afternoon day.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the issue with a flexbox-sized ListView whose items extend beyond the screen, then inspect the ListView layout and footer rendering path. Done means the footer renders without requiring a fixed height such as 300.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.