React native – How can I refresh FlatList from pressing bottom bar tab?
I'm not able to find a correct way to refresh a FlatList when bottom bar tab is pressed and that we are at the top of the FlatList. I did succeed to reach the top of the FlatList using useScrollToTop,…