是否可以使用google signin with react-native-web?

时间:2017-05-03 13:00:18

标签: react-native google-signin react-native-web

我们正在构建一个具有由react-native-google-signin支持的Google Signin的本机应用程序。这个库使用了Web中没有的本机功能,所以我的期望是不可能将我们的本机应用程序移植到Web上。

是否可以使用google signin with react-native-web?

1 个答案:

答案 0 :(得分:0)

react-native-web尝试提供基于DOM的react-native元素实现,并且主要是以UI为中心。

可以使用google登录,但您必须使用google登录https://developers.google.com/identity/sign-in/web/sign-in的网络集成

您还可以尝试https://github.com/anthonyjgrove/react-google-login或任何其他等效的网络库