[FlatList] onEndReached triggered 2 times · Issue #14015 · facebook/react-native

PHOTO EMBED

Wed Aug 19 2020 09:57:16 GMT+0000 (Coordinated Universal Time)

Saved by @rdemo

        <FlatList
          data={this.props.data}
          onEndReached={...}
          onEndReachedThreshold={0.5}
          ...
          onMomentumScrollBegin={() => { this.onEndReachedCalledDuringMomentum = false; }}
        />
content_copyCOPY

https://github.com/facebook/react-native/issues/14015