react-native-google-signin / google-signin

Google Sign-in for your React Native applications
https://react-native-google-signin.github.io/
MIT License
3.13k stars 876 forks source link

feat: add support for Expo SDK 47+ #1115

Closed brentvatne closed 1 year ago

brentvatne commented 1 year ago

BREAKING: This version will no longer support SDK 46 and lower

closes #1104

This migrates to the new suggested approach for depending on @expo/config-plugins via the expo package, described here. This will allow us to continue to support new Expo SDK versions in this library without having to update the @expo/config-plugins version each time. We'll only need to update the config plugin when there is a breaking API change in @expo/config-plugins.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 9.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

dmgcoding commented 1 year ago

So to use '@react-native-google-signin/google-signin' package i have to use expo sdk 47 or high?

vonovak commented 1 year ago

So to use '@react-native-google-signin/google-signin' package i have to use expo sdk 47 or high?

or you can use version 8 of this package which should work with SDK 46

dmgcoding commented 1 year ago

So to use '@react-native-google-signin/google-signin' package i have to use expo sdk 47 or high?

or you can use version 8 of this package which should work with SDK 46

thanks!