deps: react-native-google-signin@3.0.1

This commit is contained in:
Saúl Ibarra Corretgé
2019-10-14 19:12:45 +02:00
committed by Saúl Ibarra Corretgé
parent c2ed296178
commit 0fa6ffc439
7 changed files with 41 additions and 35 deletions
@@ -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 {