Welcome to v3.0.0!
This release is for RN >= 0.60 and supports AndroidX as well as the new Cocoapods setup introduced in RN 0.60. It is compatible with autolinking, so integrating the library should be easy. There are no changes to functions exposed by the library.
If you encounter any issues, please let us know! 👍
Please note there is a known bug in iOS SDK 5
Breaking
- We changed the package scope to be in line with the community org, now please change your imports to
@react-native-community/google-signin
! - iOS Google Sign In SDK is upgraded to v5. This has an effect on you only if you use the Google Sign In apis directly OR call
RNGoogleSignIn
in- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url
in your AppDelegate. If that is the case, please make sure to use application:openURL:options: instead of deprecated application:openURL:sourceApplication:annotation: and refer to our iOS guide