How To Reload View Tap on TabNavigator in React Native
问题 I want to reload the tabNavigator when the user changse the tab each time. the lifecycle method of react native doesn't get called when user changes the tab. Then how can it be possible to reload tab in TabNavigator : The below example have two Tabs : 1) Home 2)Events. Now I want to refresh the event Tab when user returns from the home tab. EXPO LINK : Expo Tab Navigator Code : import React, {Component} from 'react'; import {View, StyleSheet, Image, FlatList, ScrollView, Dimensions } from