Skip to content

Instantly share code, notes, and snippets.

@ridgeO
Created May 30, 2017 04:43
Show Gist options
  • Save ridgeO/a75d5e1b7ac0fdc5dabf6838e6d71d2e to your computer and use it in GitHub Desktop.
Save ridgeO/a75d5e1b7ac0fdc5dabf6838e6d71d2e to your computer and use it in GitHub Desktop.
Code snippet from ReactNav application as featured in http://platypus.is/posts/4
# App.js
...
const DrawerNav = DrawerNavigator({
Green: { screen: GreenScreen },
Red: { screen: RedScreen },
Blue: { screen: BlueScreen },
Purple: { screen: PurpleScreen }
})
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment