Skip to content

Instantly share code, notes, and snippets.

@njwest
Last active March 24, 2018 13:47
Show Gist options
  • Save njwest/a837faa863291c4c306fc9c2dbed2533 to your computer and use it in GitHub Desktop.
Save njwest/a837faa863291c4c306fc9c2dbed2533 to your computer and use it in GitHub Desktop.
LoggedIn.js deleteJWT button onPress prop
# snip
render() {
return(
<View style={styles.container}>
<Button onPress={this.props.deleteJWT}>
Log Out
</Button>
</View>
);
}
# snip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment