@broerjuang/bs-google-signin

🚧 this is binding from [`@react-native-community/google-signin`](https://github.com/react-native-community/google-signin). The binding is still not complete and doesn't follow semver.

Usage no npm install needed!

<script type="module">
  import broerjuangBsGoogleSignin from 'https://cdn.skypack.dev/@broerjuang/bs-google-signin';
</script>

README

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.