clerk-expo-patterns

Installation
SKILL.md

Expo Patterns

SDK: @clerk/expo 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)
  • tokenCache — prop on <ClerkProvider> that provides custom storage
Related skills

More from midudev/autoskills

Installs
9
GitHub Stars
5.4K
First Seen
10 days ago