Skip to content

Instantly share code, notes, and snippets.

View thomasw's full-sized avatar
:shipit:
Shippin' it.

Thomas Welfley thomasw

:shipit:
Shippin' it.
View GitHub Profile
import { GoogleSignin as GS } from 'react-native-google-signin'
import configuration from '../configuration_public.json'
async function checkForPlayServices() {
let hasPlayServices = false
try {
hasPlayServices = await GS.hasPlayServices({autoResolve: true})
} catch(e) {