Skip to content

Instantly share code, notes, and snippets.

@anosikeosifo
Created January 21, 2018 16:49
Show Gist options
  • Save anosikeosifo/2d9a9b974fd730e3cd4c1dd15a66721b to your computer and use it in GitHub Desktop.
Save anosikeosifo/2d9a9b974fd730e3cd4c1dd15a66721b to your computer and use it in GitHub Desktop.
export default class LargeApp extends Component {
render() {
return (
<Provider store={myStore}>
<Layout>
<ApplicationNavigator />
</Layout>
</Provider>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment