In order to create pagination in react native using FlatList component of react-native.
You might have already gone through basics, & must known about the fact that no suitable answer is found yet.
So directly jumping into the solution. import React from 'react';
import {
SafeAreaView,StyleSheet,ScrollView,View,Text, StatusBar, FlatList, ActivityIndicator,TouchableOpacity,Button,TextInput, Image, Alert} from…