Skip to content

Instantly share code, notes, and snippets.

@Jpoliachik
Created January 31, 2016 21:07
Embed
What would you like to do?
LayoutAnimation Example No Animation
// Called when a top button is pressed, with index corresponding to button title.
onPress(index) {
this.setState({index: index});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment