Skip to content

Instantly share code, notes, and snippets.

@ashrithks
Created March 20, 2018 11:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashrithks/b9e098ad9be61d241b4c27593c631346 to your computer and use it in GitHub Desktop.
Save ashrithks/b9e098ad9be61d241b4c27593c631346 to your computer and use it in GitHub Desktop.
moveToExpand = () => {
this.props.navigation.navigate('CollapseExpand', { transition: 'collapseExpand' });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment