Skip to content

ruang-guru/re-google-signin

Repository files navigation

re-google-signin

🚧 this is binding from @react-native-community/google-signin. The binding is still not complete and doesn't follow semver.

Build Status Version

ReasonML / BuckleScript bindings for @react-native-community/google-signin.

Exposed as GoogleSignin module.

@ruang-guru/re-google-signin X.y._ means it's compatible with @react-native-community/google-signin X.y._

Installation

npm install @ruangguru/re-google-signin
# or
yarn add @ruangguru/re-google-signin

ruang-guru/re-google-signin should be added to bs-dependencies in your bsconfig.json. Something like

{
  //...
  "bs-dependencies": [
    "reason-react",
    "reason-react-native",
    // ...
+    "re-google-signin"
  ],
  //...
}

Usage

Types

GoogleSignin.t

...

Methods

GoogleSignin.method

...


Changelog

Check the changelog for more informations about recent releases.