Search code examples
react-nativegoogle-signinreact-native-web

Is it possible to use google signin with react-native-web?


We're building a react-native application which has a Google Signin powered by react-native-google-signin. This library uses native functionality which is not available in the web, so my expectation is that it is not possible to port our react-native application to the web.

Is it possible to use google signin with react-native-web?


Solution

  • react-native-web tries to provide DOM based implementation of react-native elements and it is mostly UI focused.

    It is possible to use google signin but you will have to use web integration of google signin https://developers.google.com/identity/sign-in/web/sign-in

    You can also try https://github.com/anthonyjgrove/react-google-login or any other equivalent web libraries