Skip to content

v1.0.0-rc8

Choose a tag to compare

@vonovak vonovak released this 03 Nov 12:34
· 346 commits to master since this release

With this RC, we're finally getting close to releasing v1 proper.

This release fixes a long-standing technical debt on iOS: previously, as can be seen here we were storing the google sign in SDK in the repo and distributing it in the npm package, and referring to it in the installation instructions.

In this release we have rewritten the installation instructions for iOS and made sure that we depend only on the SDK that you get via pods or manually, if you do not use pods.

How to migrate

  • on iOS, we now require that you use Google Sign In SDK >= 4.3.0

We recommend that you remove Google Sign In-related dependencies from your project and install anew. Namely, remove AddressBook.framework, SafariServices.framework, SystemConfiguration.framework, libz.tbd, GoogleUtilities.framework, GoogleAuthUtilities.framework, GoogleNetworkingUtilities.framework, GoogleSignIn.bundle, GoogleSignIn.framework, GoogleSymbolUtilities.framework, GoogleUtilities.framework from the linked libraries / framework group in Xcode. Also remove RNGoogleSignin.xcodeproj from Libraries group.

Note that paths to these may be stored in your project under header search paths, you can remove those too.

Then follow the new installation guide for ios here.

If you run into any problems, please open a new issue with detailed description of the problem.

Thanks to everybody using and contributing to the library!