Skip to content

@clerk/expo-google-signin@1.0.2

Choose a tag to compare

@clerk-cookie clerk-cookie released this 19 Aug 19:12
· 50 commits to main since this release
Immutable release. Only release title and notes can be modified.
99082cb

Patch Changes

  • Fix iOS Google sign-in failing with GOOGLE_SIGN_IN_ERROR in apps with more than one window or scene. The presenting view controller is now resolved from the key window of the foreground-active scene instead of an arbitrary window, so overlays such as splash screens or windows created by other modules no longer break the sign-in flow. (#9505) by @wobsoriano