React Native FlatList Pagination not working - onEndReached doesn't fired
问题 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 reached, currently I tried changing the values for onEndReachedThreshold ( tried 0.1, 1.0, 0.5, 0.01 ), am setting refreshing flag as well. Note: I am using ReactNative 0.48.4 So here my code <Container style={{ marginTop: 22 }}> <Content style={{ flex: 1 }} contentContainerStyle={{ flexGrow: 1 }} > <View style={{ flex: 1