UNPKG

react-native-cross-components

Version:
20 lines (19 loc) 327 B
module.exports = { GoogleSigninButton: { Size: { View: '1', }, Color: { Dark: '2' }, }, GoogleSignin: { hasPlayServices: () => true, configure() {}, signIn() { return { idToken: 'id', name: 'test', photo: 'http://www.crossplatform,se/', }; }, }, };