Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support new arch #1287

Merged
merged 2 commits into from
May 23, 2024
Merged

feat: support new arch #1287

merged 2 commits into from
May 23, 2024

Conversation

vonovak
Copy link
Member

@vonovak vonovak commented May 23, 2024

BREAKING CHANGE: some function signatures have changed

  • isSignedIn() has become hasPreviousSignIn()
  • a few function calls that were async are now sync: hasPreviousSignIn(), getCurrentUser()
  • flow typings have been removed. Let me know if you need them
  • uses latest underlying SDKs

Web support and One-tap sign in functionality remain sponsor-only. I want to thank my sponsors for their support! It allowed me to work on New Arch support, bridgeless mode, and on PRs to the Google Sign in iOS SDK here and here ❤️ .

closes #1259
closes #1265

@vonovak vonovak merged commit f6a1fbd into master May 23, 2024
2 checks passed
github-actions bot pushed a commit that referenced this pull request May 23, 2024
# [12.0.0](v11.0.1...v12.0.0) (2024-05-23)

### Features

* support new arch ([#1287](#1287)) ([f6a1fbd](f6a1fbd))

Please note there's a [paid version of the package](https://react-native-google-signin.github.io/docs/install) with some extra features and bug fixes available.

### BREAKING CHANGES

* some function signatures have changed
Copy link

🎉 This PR is included in version 12.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@vonovak vonovak deleted the feat/new-arch branch May 23, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade GoogleSignIn-iOS to 7.1.0 in order to support Apple Privacy Manifest bridgeless mode
1 participant