I am using react-native FlatList component to list of items Pagination is not happening as expected , as per documentation onEndReached has to get fired when end of page is
Pass extraData prop to FlatList as extraData = {this.state} check the docs for more info.
extraData = {this.state}