标签: firebase react-native
我想用Firebase中的小照片ListView源进行“加载更多”,当我按“加载更多”时,ListView将重新加载所有图像,导致Firebase存储中的负载过大,任何人都可以帮忙。
<ListView {...this.props} renderRow={this.renderGroup.bind(this)} enableEmptySections dataSource={ds.cloneWithRows(groups)} />