Tag
React Native
Guides filed under React Native.
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.