Skip to main content

Nitro Modules · JSI · Universal One Tap

Google Sign-In,native speed

Nitro-powered Universal Google Sign-In for React Native

  • 0.76+React Native
  • Credential ManagerAndroid
  • Google Sign-In SDKiOS
  • Dev buildsExpo
App.tsx
import { GoogleOneTapSignIn } from 'react-native-nitro-google-signin'

await GoogleOneTapSignIn.configure({
  webClientId: 'autoDetect',
  scopes: ['email'],
})

const result = await GoogleOneTapSignIn.signIn()
Zero bridge. Direct JSI.