1.0.8 • Published 2 years ago
react-native-google-one-tap-signin v1.0.8
react-native-mediastore
React Native Google One Tip Signin
Installation
npm install react-native-google-one-tap-signinyarn add react-native-google-one-tap-signinUsage
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