How to navigate after login in react native

So I built a login system with React Native, Apollo Client, Graphql, React Navigation and AsyncStorage. If the user clicks on a button he gets logged in and the value of the AsyncStorage gets refreshed. Now I expected that the screen automatically gets refreshed, but I have to close the App and start it again - This is not optimal.