Skip to content

Instantly share code, notes, and snippets.

@shabaz-ejaz
Created August 23, 2017 16:08
Show Gist options
  • Save shabaz-ejaz/1ea6c3aaf10342de2068c305d11c6993 to your computer and use it in GitHub Desktop.
Save shabaz-ejaz/1ea6c3aaf10342de2068c305d11c6993 to your computer and use it in GitHub Desktop.
Toggle state
toggleSocialIcons = () => {
this.setState({show: !this.state.show});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment