Created
January 21, 2018 16:49
-
-
Save anosikeosifo/2d9a9b974fd730e3cd4c1dd15a66721b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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