Google SignIn was working fine in managed workflow but stopped working when ejected. react-native-unimodules is properly configured. All other configurations are exactly the same. Getting following error.
Authorization Error
Error 400: Invalid_request invalid parameter value for redirect_uri: Missing authority: null:/oauth2redirect/google
ClientId is checked multiple times for confirmation.
Update: I ended up using the "@react-native-google-signin/google-signin" package and it worked fine.
