Clerk Expo
Clerk Expo integrates authentication into Expo and React Native projects via prebuilt native components or custom flows. Support includes email/password, SMS/phone OTP, MFA, OAuth/SSO, native Google/Apple sign-in, protected routes, biometrics, and push notifications.
Clerk Expo adds authentication to Expo and React Native apps using prebuilt components or custom sign-in flows.
AI-generated summary based on this skill's SKILL.md
Install
clerk/skills/clerk-expo · repository language: Shell
git clone https://github.com/clerk/skills
cp -r skills ~/.claude/skills/clerk-expogenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I set up Clerk in an Expo app?
Clerk Expo integrates authentication into Expo projects through prebuilt native components and custom flows. Install the Clerk SDK, wrap your app with ClerkProvider, and configure your Clerk API keys. Clerk Expo supports email/password, SMS/phone OTP, OAuth/SSO, and native Google/Apple sign-in to get your authentication running quickly.
What authentication methods does Clerk Expo support?
Clerk Expo provides multiple authentication options including email/password login, SMS and phone OTP verification, multi-factor authentication (MFA), OAuth and SSO integrations, native Google and Apple sign-in, and biometric authentication. This range of methods lets you choose the security and user experience level that fits your Expo app's needs.
How to integrate Clerk with Expo for user management?
Clerk Expo handles user management through session management, protected routes, and user profile handling. After integrating Clerk with Expo using the SDK, you can manage sign-in flows, control access to app sections, and maintain user sessions. Clerk Expo also supports push notifications for enhanced user engagement and security alerts.
Does Clerk Expo provide documentation and examples?
Clerk Expo includes comprehensive SDK documentation and example implementations to guide your integration. The resources cover setup, authentication flows, session management, and best practices for React Native projects. Refer to the official Clerk Expo docs and tutorials for step-by-step guidance on configuring your mobile app.
Can I use Clerk authentication in Expo React Native apps?
Yes, Clerk Expo is specifically designed for Expo and React Native applications. Clerk authentication Expo React Native integration supports both prebuilt UI components and custom authentication flows, giving you flexibility to match your app's design while leveraging Clerk's robust identity platform for secure user authentication.