react-native-google-one-tap-signin

1.0.8 • Public • Published

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

Package Sidebar

Install

npm i react-native-google-one-tap-signin

Weekly Downloads

459

Version

1.0.8

License

MIT

Unpacked Size

84.2 kB

Total Files

25

Last publish

Collaborators

  • marf95
  • spicy_sparks