After adding the item to the array how refresh page – React native
After adding the item to the array.it is not show means not render. i am try myself but no success my code It below you can run it online import React,{useState,useEffect} from 'react'; import { StyleSheet, Text, View,TouchableOpacity,ScrollView} from 'react-native';…