React native – Cannot render content after loading variables into hooks from AsyncStorage (react-native/expo)
I'm developing my first app in react-native (expo). I did the flow of authentication and I'm using AsyncStorage to keep/manage the user info and jwt token. I did the first window for the logged user but I couldn't render the…