Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created February 29, 2020 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amandeepmittal/55ed39636086b44150b019adb0e1a0a5 to your computer and use it in GitHub Desktop.
Save amandeepmittal/55ed39636086b44150b019adb0e1a0a5 to your computer and use it in GitHub Desktop.
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