Skip to main content
Docs

Upgrade to @clerk/clerk-expo v2

@clerk/clerk-expo@2 introduces updated platform requirements:

  • React Native ≥ 0.73.0
  • Expo SDK ≥ 50.0.0

Upgrade steps

Update Expo to version 50 or later

Update your Expo package to version 50 or later. To upgrade your Expo package, follow the Expo upgrade guide.

Update Clerk Expo SDK

Run the following command to update the Clerk Expo SDK to the latest v2 version:

terminal
npm install @clerk/clerk-expo@^2
terminal
pnpm add @clerk/clerk-expo@^2
terminal
yarn add @clerk/clerk-expo@^2
terminal
bun add @clerk/clerk-expo@^2

Feedback

What did you think of this content?

Last updated on