Followed the Quickstart guide for Auth0 React Native App but the iOS app does not retain logged in state when the app is restarted.
Steps:
- Open iOS App
- Initial Universal Login
- Complete Login
- User now in Logged In State
- Close the App
- Re-open the App
Expected:
App opens in Logged In State
Actual:
App opens in Login Page
const { user } = useAuth0()
// user will always be null