1.0.8 • Published 2 years ago

react-native-google-one-tap-signin v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-mediastore

React Native Google One Tip Signin

Installation

npm install react-native-google-one-tap-signin
yarn add react-native-google-one-tap-signin

Usage

import GoogleOneTapSignIn from "react-native-google-one-tap-signin";

// Save username and password
GoogleOneTapSignIn.savePassword('test@example.app', 'test')

// Prompt and login using saved credentials
GoogleOneTapSignIn.signIn()

// Logout from all saved credentials
GoogleOneTapSignIn.signOut()

// Delete specific credentials (iOS only)
GoogleOneTapSignIn.deletePassword('test@example.app', 'test')

Contributing

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

License

MIT