Tag
Expo
Guides filed under Expo.
Mobile
Secure token storage with Expo
The Expo starter stores the session token in SecureStore under the key session and reads it back for the API client.
Mobile
Expo push notifications
What the Expo starter configures for notifications, and the permission call it makes on launch.
Mobile
Expo authentication architecture
How the Expo starter stores a session token in SecureStore and sends it as a bearer token to your API.
Mobile
Expo API client architecture
The Expo starter sends the session token as a bearer token on a small typed client. The screen still renders if the API is down.