Created
August 23, 2017 16:08
-
-
Save shabaz-ejaz/1ea6c3aaf10342de2068c305d11c6993 to your computer and use it in GitHub Desktop.
Toggle state
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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