Skip to content

NZME/react-native-google-one-tap

Repository files navigation

react-native-google-one-tap

Google one tap sign in for react native. Works only on Android.

Installation

npm install react-native-google-one-tap

Usage

import { GoogleOneTap } from "react-native-google-one-tap";

// ...

GoogleOneTap.configure({
  webClientId: '<your web client ID>',
});
const userInfo = await GoogleOneTap.signIn();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published