@clerk/expo-google-signin@1.0.2
·
50 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- Fix iOS Google sign-in failing with
GOOGLE_SIGN_IN_ERRORin 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