react-native-ultimate-listview
react-native-ultimate-listview copied to clipboard
The "abortFetch()" method does not stop pagination
"react-native": "^0.46.4" "react-native-ultimate-listview": "^3.2.1"
The "abortFetch()" method does not stop pagination
onFetch = async (page = 1, startFetch, abortFetch) => {
this.connection((data) => {
this.nextOffset = data._meta.nextOffset;
startFetch(data.items, COUNT_NEWS);
}, this.nextOffset, COUNT_NEWS, (err) => {
alert(err.message);
abortFetch();
});
};
Yes still causes same key extractor error because of it.