React Native Google One Tip Signin
npm install react-native-google-one-tap-signin
yarn add react-native-google-one-tap-signin
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')
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT