Skip to content

Instantly share code, notes, and snippets.

@spencercarli
Created March 9, 2016 01:36
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 spencercarli/54e2a8bf0e394c767bab to your computer and use it in GitHub Desktop.
Save spencercarli/54e2a8bf0e394c767bab to your computer and use it in GitHub Desktop.
Setup the React Native App - signIn.js prt 3
// RNApp/app/containers/signIn.js
button = <Button text="Sign In with Google" onPress={this.handleGoogleSignIn.bind(this)} />;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment