Hi,
I’ve been trying to refresh a view to reload its data,
for example, let’s say the user has a name called Bill,
if im going to another view to change his name to Jack,
when Im going back to the previous view to see his name changed,
it’s still Bill, only if I’m running the app again it’s showing the changed result- Jack.
Is there a way to refresh the view every time I’m going back to that view?