Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 523 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 523 Bytes

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