Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created February 29, 2020 11:31
Embed
What would you like to do?
import React, { useState, useEffect } from 'react'
import {
View,
Text,
StatusBar,
Image,
StyleSheet,
Button,
Alert
} from 'react-native'
import {
GoogleSigninButton,
GoogleSignin,
statusCodes
} from '@react-native-community/google-signin'
import { WEB_CLIENT_ID } from '../utils/keys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment