Skip to content

Instantly share code, notes, and snippets.

@matteocollina
Created July 4, 2018 21:23
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 matteocollina/51162ecff9288a375bfdfe916183d884 to your computer and use it in GitHub Desktop.
Save matteocollina/51162ecff9288a375bfdfe916183d884 to your computer and use it in GitHub Desktop.
onResume React-native-flux
<Lightbox key="lightbox">
<Drawer
hideNavBar
key="drawer"
contentComponent={MenuContent}
drawerImage={MenuIcon}
drawerWidth={300}
initial
>
<Scene key="team_nav">
<Scene
key="A"
component={AComponent}
title={"A component"}
/>
<Scene
key="B"
component={BComponent}
title={"B component"}
back
/>
</Scene>
</Drawer>
</Lightbox>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment