Skip to content

Instantly share code, notes, and snippets.

@vadiraja
Created March 18, 2020 22:44
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 vadiraja/4d6ebec06f9df619e8206acada451523 to your computer and use it in GitHub Desktop.
Save vadiraja/4d6ebec06f9df619e8206acada451523 to your computer and use it in GitHub Desktop.
Amplify Social Login Sign Out button
<View>
<Button onPress={() => Auth.signOut({ global: true })} transparent>
<Icon type="FontAwesome" name="sign-out" style={{color: 'white'}}/>
</Button>
</View>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment