I have a question about delivering data backwards
Let's say there are A, B, C Screens and UserInfo data starts in A. And I'd like to deliver it to C.
And at B or C Screen you can change the value of UserInfo. And when you pop from C->B or B->A, it must show the changed value.
After C, userInfo will be useless because the app provides one direction process with different users each time.
How can I deliver data in this situation?