Google one tap sign in for react native. Works only on Android.
npm install react-native-google-one-tap
import { GoogleOneTap } from "react-native-google-one-tap";
// ...
GoogleOneTap.configure({
webClientId: '<your web client ID>',
});
const userInfo = await GoogleOneTap.signIn();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT