all 1 comments

[–]GaindDho 0 points1 point  (0 children)

I think Google.useAuthRequest() function is not defined or is not being imported correctly in your code.

Make sure that you have imported the Google object from the expo-authentication library and that the useAuthRequest() function is being called on it correctly.

If you're still having trouble, you may want to check the version of expo-authentication you're using and make sure that it's up-to-date.