I want my app to navigate home after someone signed in, but it don't work it is because the roots didn't update. You can see here the App code to understand what I want to say.
Which is the best way to handle this in React Native?
to give up the ternary operator
to refresh the page after someone logged in(I saw that the manual refresh push to home, but I don't know how to force refresh with navigation)