React Native FlatList Pagination not working - onEndReached doesn't fired
You use NativeBase in your project and the Flatlist is on Content they are conflict. To solve this problem you need to remove Content
Same thing happens with me you need to add contentContainerStyle={flex:1}
<Content contentContainerStyle={{ flex: 1 }}>