Closed MayankChandratre1 closed 1 week ago
:wave: @MayankChandratre1, sorry you're having an issue. As the issue template explains, it's required that you provide a runnable example that reproduces your issue (please read the issue template). The reason is that the maintainer does not have time to try reproduce bugs himself. Please try to minimize the superfluous code and focus only on reproducing the bug. Please create a new issue with this and the maintainer will do his best to review it!.
I am using the Expo development build to run my app on android and integrating google signin using this library
Error:
app.json
and I am using the GoogleSignin in my app as,
import { GoogleSignin } from "@react-native-google-signin/google-signin";
Versions - React-native-google-signin:
"@react-native-google-signin/google-signin": "^13.1.0",
Expo:"expo": "^51.0.38",
React-Native:"react-native": "0.74.5",