Created
April 21, 2020 18:25
-
-
Save kamilkulik/6d58a1efd0232e6334210c8df3159b10 to your computer and use it in GitHub Desktop.
step9
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
| import { Provider } from 'react-redux'; | |
| export default class App() { | |
| return ( | |
| <Provider store={store}> | |
| <NavigationContainer> | |
| {/* Screen configuration */} | |
| </NavigationContainer> | |
| </Provider> | |
| ); | |
| }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment