react-native-pull
react-native-pull copied to clipboard
How to make a sectionHeader with pull?
<PullList style={styles.list} dataSource={this.state.dataSource} renderRow={this._renderRow} renderSectionHeader={this._renderSectionHeader} onPullRelease={this._onRefresh} />
When I use the 'renderSectionHeader' with PullList,It doesn't work.
There is noting,The window is empty.