We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I'm rendering a ListView and it has padding at the top that I can't get rid of:
ListView
My code:
return ListView({ style: { flex: 1, borderWidth: 1, borderColor: 'red', paddingTop: 0 }, renderRow: this.renderRow, dataSource: source });
Anyone else seen this?