We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ParallaxScrollView 中 FlatList 会不断加载onEndReached 请问您是怎么解决的呢?
<FlatList isComment={this.state.isComment} keyExtractor={(item, index) => index.toString()} data={this.state.feeds} renderItem={(item) => this.renderFeed(item)} renderFooter={() => this.renderFooter()} onEndReached={() => this.onEndReached()} onEndReachedThreshold={0.01} refreshing={this.state.isRefreshing} onRefresh={() => this.onRefresh()} style={styles.listView} />
如果把onEndReachedThreshold设置成0将不会加载下一页
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ParallaxScrollView 中 FlatList 会不断加载onEndReached
请问您是怎么解决的呢?
如果把onEndReachedThreshold设置成0将不会加载下一页
The text was updated successfully, but these errors were encountered: