4.0.0 ⢠Published 6 years ago
@broerjuang/bs-google-signin v4.0.0
bs-google-signin
š§ this is binding from
@react-native-community/google-signin.
The binding is still not complete and doesn't follow semver.
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-signinruang-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.