Skip to content

Instantly share code, notes, and snippets.

@ridgeO
Created May 30, 2017 05:26
Show Gist options
  • Save ridgeO/792dc37a0981f2a4c9e588f0ecc82f3b to your computer and use it in GitHub Desktop.
Save ridgeO/792dc37a0981f2a4c9e588f0ecc82f3b to your computer and use it in GitHub Desktop.
Code snippet from ReactNav application as featured in http://platypus.is/posts/4
# App.js
...
class ReactNav extends Component {
render() {
return (
<NestedNav/>
);
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment