Expo Patterns SDK: v3+. Requires Expo 53+, React Native 0.73+. What Do You Need? | Task | Reference | |------|-----------| | Persist tokens with SecureStore | references/token-storage.md | | OAuth (Google, Apple, GitHub) | references/oauth-deep-linking.md | | Protected screens with Expo Router | references/protected-routes.md | | Push notifications with user data | references/push-notifications.md | Mental Model Clerk stores the session token in memory by default. In native apps: - SecureStore — encrypt token in device keychain (recommended for production) - — prop on that provides custom sto…