My app have multiple screens. One of them is the login screen, which retrieves some basic user info from backend by submitting correct email and token.
After login successfully, How do I notify the other screens to re-render and use the latest user info? Is there an example I can learn from?