加载更多

来源: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()}


0
0

RN入门到进阶,打造高质量上线App

解锁React Native开发应用新姿势,React Native新版本热门技术

3144 学习 · 3241 问题

查看课程