v2.0.0
This major release contains some minor changes in the api. Overall, most users should just be able to upgrade without any changes to their code.
Improvements
- the flow and TS typings had some minor improvements
Breaking
accessTokenandaccessTokenExpirationDateare now removed from the object that is returned fromsignIn()orsignInSilently(). If you needaccessToken, please use thegetTokens()method. However, please note that google discourages usingaccessToken.accessTokenExpirationDatewas removed for api parity - this piece of information is only available on iOS and not on Android. If you need this information, please open an issue and explain the motivation whyaccessTokenExpirationDateshould be added back. #649signOut()andrevokeAccess(), when successful, previously resolved withtrue. Now they will resolve withnull. If you followed the examples in readme or the example app, this does not need any action from you #655
We hope you'll like our new release - almost a year after this package was moved to react native community, we're down to 12 open issues and the library is in a stable state. Thanks for using react-native-google-signin! 🎉