[ListView] In 0.7.0-rc.2, an empty header is rendered
See original GitHub issueHi,
with RN 0.7.0-rc.2, a header is rendered for each ListView taking approx. 40-50pixels, even when not specified. This has not been that way in 0.6.0:
The corresponding code is:
<ListView
dataSource={this.state.dataSourceImages}
renderRow={this._renderRowImages}
alwaysBounceVertical={false}
/>
Issue Analytics
- State:
- Created 8 years ago
- Comments:21 (14 by maintainers)
Top Results From Across the Web
Android ListView with header Setting empty view will cause ...
Currently I have this listView with a header. View headerView = getLayoutInflater().inflate(R.layout.headerview, null); View emptyView ...
Read more >ListView - React Native
ListView - A core component designed for efficient display of vertically scrolling ... Flag indicating whether empty section headers should be rendered.
Read more >Blank header for a column in list view | Support Center
We are upgrading our application from 6.1 to 7.1.9. The requirement is to display a blank header for a column in the listview....
Read more >Error 'Empty Column is found' in Data Loader - Salesforce Help
It only occurs when an entire column, including its header, is blank. It is still possible to upload blank values into records fields...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I noticed that something to do with the top content inset changed, possibly due to one of the Navigator diffs. Can you try adding these props to your ListView?
Does this help anyone in the short term?
https://github.com/facebook/react-native/issues/2151#issuecomment-128159054