Refresh page in Native app on close of another page

-1
Hi all, I’m currently working on an issue in our Native project. Essentially, we have 3 pages A,B, and C. Page C is a settings page where the user can modify a few things about their account. When they make changes there and close that page they should be able to see the changes in page B. However, this is not happening and the only way for the user to see these changes is to go all the way back to page A and then go to B and reload the data again. I have tried refreshing the object and the entity on close of page C but that hasn’t worked.  Does anyone have any possible solution for this issue?
asked
1 answers
-3

Close page B when you go to page C and show page B again when you close page C. 

answered