how to refresh a flatlist component from a screen when going back to the screen with new data fetched (React Native)
I'm trying to do an app where you can create some projects, to do so on the main screen ("ProjectsScreen") I have a component that takes the data from fetchProjects when rendered. The problem comes after a new project is…