I am trying to authorise Google SignIn by using Google from expo-auth-session/providers/google";.
I need to get a specific response type which is id_token. In expo it works, Google returns all I need, but in Standalone, Google throws an error that such response type is unsupported. If I omit this property, all works fine, but I don't get an id_token, so it does not help me.
I wanted to know is there a workaround for this ?