expo-google-sign-in

Deprecated Expo module to enable native Google authentication


License
MIT
Install
npm install expo-google-sign-in@11.0.0

Documentation

expo-google-sign-in

Source code for the deprecated expo-google-sign-in package.

expo-google-sign-in was a classic "Bare Workflow" module that couldn't be used in the Expo Go app due to native build-time requirements. The package also didn't support the web platform and often wasn't on the latest version of the upstream GoogleSignIn native package.

We recommend migrating to the community package @react-native-google-signin/google-signin which supports EAS Build and Expo Development Clients!

Alternatively, you can use the Expo package expo-auth-session/providers/google which works on iOS, Android, and web. This package does not support the native sign-in modal on Android, instead using a secure web modal (recommended approach for most authentication providers).