react-native-pull icon indicating copy to clipboard operation
react-native-pull copied to clipboard

How to make a sectionHeader with pull?

Open ceeyang opened this issue 8 years ago • 0 comments

<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.

ceeyang avatar May 09 '17 06:05 ceeyang