加载更多
来源:7-6 FlatList的高级应用&上拉加载更多功能实现-1【这个技能很实用】
暴躁地球人
2019-09-15
有没有碰到过这种错误??
写回答
1回答
-
CrazyCodeBoy
2019-09-16
写法错误:
改成:
genIndicator() { return this._store().hideLoadingMore ? null : <View style={styles.indicatorContainer}> <ActivityIndicator style={styles.indicator} /> <Text>正在加载更多</Text> </View> } ... ListFooterComponent={() => this.genIndicator()}
00
相似问题
有关混合开发预加载和热更新问题
回答 1
数据分页加载问题 懒加载
回答 1