@broerjuang/bs-google-signin

4.0.0 • Public • Published

bs-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.

@broerjuang/bs-google-signin X.y._ means it's compatible with @react-native-community/google-signin X.y._

Installation

npm install @broerjuang/bs-google-signin
# or
yarn add @broerjuang/bs-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",
    // ...
+    "@broerjuang/bs-google-signin"
  ],
  //...
}

Usage

Types

GoogleSignin.t

...

Methods

GoogleSignin.method

...


Changelog

Check the changelog for more informations about recent releases.


Package Sidebar

Install

npm i @broerjuang/bs-google-signin

Weekly Downloads

1

Version

4.0.0

License

MIT

Unpacked Size

76.3 kB

Total Files

16

Last publish

Collaborators

  • broerjuang