Clerk Expo SDK
The Clerk Expo SDK is the recommended method for integrating Clerk into your Expo application.
See the quickstart to get started.
Available resources
The Expo SDK gives you access to the following resources:
Clerk hooks
The following hooks are available for both native and web apps:
- All React hooks are available. See the React docs for more information.
useOAuth()
useLocalCredentials()
Clerk components
- Native apps:
- Web apps:
- All Clerk components are available. See the component docs for more information.
Custom flow examples
Clerk's prebuilt components are not supported in native applications. You must use the Clerk API to build custom UI's for flows such as signing in and signing up. See the custom flow guides for more information.
Deploy your app
To learn how to deploy your Expo application, see the dedicated guide.
Feedback
Last updated on