Skip to content

Releases: react-native-google-signin/google-signin

v0.5.1

12 May 19:45
Compare
Choose a tag to compare

Lots of bug fix and stability improvements for this release

Android

  • major update to play services 8.4.0. You need to update your gradle version for this to work. Please follow the readme !
  • you can now check if play services are installed on the device. Very handy if you want to display a message or hide the signin button.

iOS

  • now google signin framework v3.0.0 is included. the biggest change for you is that you can now enable bitcode in your project

How to upgrade from previous version ?

the biggest changes are for Android. Clean your project, update gradle wrapper version, update to latest React Native version and your are good to go. See the readme for more information. You can also check the demo app.