Clerk Expo v2
- Category
- SDK
- Published
Introducing Clerk Expo SDK v2 with support for Expo Web
We are excited to announce that we have released @clerk/clerk-expo
v2 with support for Expo Web! This means that you can create universal apps that run on Android, iOS, and the web all with a single codebase!
Getting started
If you haven't already created an Expo app with Clerk you can follow the Expo quickstart guide.
Otherwise, you can update your existing Expo app to the latest version of @clerk/clerk-expo
by following the upgrade guide.
Use Clerk's prebuilt components on the web
Adding a sign-in page to your web app is now as easy as adding a single component:
Build universal authentication flows from one codebase
Leverage our hooks to build universal sign-in and sign-up views for Android, iOS, and web all from one codebase 🤯.
Here's an example of a OAuth sign-in flow, using the SDK's useOAuth
hook:
Want to learn more about using Clerk with Expo? Check out @clerk/clerk-expo.
Excited specifically about Expo Web? Check out our Expo Web support guide.