v4.0.0
Welcome to v4!
Improvements
- we made several improvements to the docs
- the repo was renamed from
react-native-community / react-native-google-signintoreact-native-community / google-signin- this should not affect you in any way
Breaking Changes
they are small, but breaking nevertheless
❌ renamed clearCachedToken to clearCachedAccessToken (#829 )
❌ clearCachedAccessToken resolves to null, it previously resolved to true (#829)
❌forceConsentPrompt parameter to configure() was renamed to forceCodeForRefreshToken and we now link to android docs from readme (#829)
Changed
- Promise handling logic was changed. This is a big change but does not affect the way the library is consumed. We hope it will avoid some hard-to-repro bugs. Read more in #830