Skip to content

Instantly share code, notes, and snippets.

@vshkl
Created December 25, 2018 12:59
Show Gist options
  • Select an option

  • Save vshkl/6cdf2013fcb6c4ac347d8d92b67cbf89 to your computer and use it in GitHub Desktop.

Select an option

Save vshkl/6cdf2013fcb6c4ac347d8d92b67cbf89 to your computer and use it in GitHub Desktop.
const buttonHamburger = componentId => ({
id: 'button.Hamburger',
component: {
name: 'component.Hamburger',
passProps: {
onPress: isOpened => Navigation.mergeOptions(componentId, {
sideMenu: {
left: {
visible: isOpened,
},
},
}),
},
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment