An open API service indexing awesome lists of open source software.

https://github.com/softmotions/nativescript-plugin-google-signin-button

A NativeScript plugin to create native Google sign-in button
https://github.com/softmotions/nativescript-plugin-google-signin-button

android google-sign-in nativescript nativescript-plugin ui-components

Last synced: 11 months ago
JSON representation

A NativeScript plugin to create native Google sign-in button

Awesome Lists containing this project

README

          

# A NativeScript plugin to create native Google sign-in button

Supports Nativescript **3.0.x** and **Android platform** only.

Adapts the native Android
[SignInButton](https://developers.google.com/android/reference/com/google/android/gms/common/SignInButton.html)
control

## Installation

tns plugin add nativescript-plugin-google-signin-button

## Screenshot

![](https://raw.githubusercontent.com/Softmotions/nativescript-plugin-google-signin-button/master/docs/google-sign-in.png)

## Usage














## Attributes

* **colorStyle** - Button color scheme. `dark`, `light`, `auto` (Google Play services will decide the color style
for sign-in button)
* **sizeStyle** - Button size. `standard`, `wide`, `icon` (icon only shown)

## License

MIT