Skip to content

Instantly share code, notes, and snippets.

@stephencookdev
Created July 16, 2018 15:15
Show Gist options
  • Save stephencookdev/500f019129d820e0b82b972607c16606 to your computer and use it in GitHub Desktop.
Save stephencookdev/500f019129d820e0b82b972607c16606 to your computer and use it in GitHub Desktop.
`SwitchWithSlide` example - swap
swapChildren = () => {
this.setState({
childPosition: Slider.FROM_RIGHT,
prevChild: null,
prevUniqId: null,
animationCallback: null
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment