react-native-google-one-tap-signin
v1.0.8
Published
Google One Tap Sign In for your react native applications
Downloads
1,160
Readme
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('[email protected]', 'test')
// Prompt and login using saved credentials
GoogleOneTapSignIn.signIn()
// Logout from all saved credentials
GoogleOneTapSignIn.signOut()
// Delete specific credentials (iOS only)
GoogleOneTapSignIn.deletePassword('[email protected]', 'test')
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT