Native Google Sign-In splits into optional package
@clerk/expo-google-signin@1.0.0
Major Changes
-
The native Google Sign-In module has moved out of
@clerk/expointo a new optional package,@clerk/expo-google-signin. Apps that don't useuseSignInWithGoogleno longer pull in the native Google Sign-In dependencies during prebuild. (#9015) by @wobsorianoIf you use native Google Sign-In, install the new package:
npx expo install @clerk/expo-google-signinadd its config plugin alongside
@clerk/expoin your app config:{ "expo": { "plugins": ["@clerk/expo", "@clerk/expo-google-signin"] } }then rebuild your native app. The
useSignInWithGooglehook is still exported from@clerk/expo/googleand its API is unchanged; it now requires@clerk/expo-google-signinto provide the native module, and throws an actionable error if it is missing.
Fetched July 21, 2026
