deps: react-native-google-signin@3.0.1
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
c2ed296178
commit
0fa6ffc439
@@ -5,7 +5,7 @@ import { NativeModules } from 'react-native';
|
||||
let GoogleSignin;
|
||||
|
||||
if (NativeModules.RNGoogleSignin) {
|
||||
GoogleSignin = require('react-native-google-signin').GoogleSignin;
|
||||
GoogleSignin = require('@react-native-community/google-signin').GoogleSignin;
|
||||
}
|
||||
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user