Skip to content

v2.1.0

Compare
Choose a tag to compare
@vonovak vonovak released this 03 Oct 08:20
· 194 commits to master since this release

This release is intended for RN <= 0.59

The only change is support of iOS Google Sign In SDK v5. It has been reported that this v5 is required to do public deployments to the app store.

Please note there is a known bug in iOS SDK 5

How to update

Just upgrade your iOS Google Sign In SDK to v5 and you'll good to go. If you call RNGoogleSignIn in - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url in your AppDelegate, please make sure to use application:openURL:options: instead of deprecated application:openURL:sourceApplication:annotation: and refer to our iOS guide

This release lives in the 2.x branch. Future development will carry on in master with v3.