react-native-google-signin / google-signin

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

Compatible version for react native 0.61.5 #1292

Closed Marian-mi closed 1 month ago

Marian-mi commented 1 month ago

Hello there I have project that uses react native 0.61.5 I wanted to know which version of this package is compatible with my project I tried the latest version but I get an error on app startup

vonovak commented 1 month ago

Hello and thanks for asking, have a look at the git tags

https://github.com/react-native-google-signin/google-signin/tags

they have a date next to them. Use a version that was published around the same time as your RN version

Thank you 🙂