Skip to content

Instantly share code, notes, and snippets.

@kamilkulik
Created April 21, 2020 18:25
Show Gist options
  • Save kamilkulik/6d58a1efd0232e6334210c8df3159b10 to your computer and use it in GitHub Desktop.
Save kamilkulik/6d58a1efd0232e6334210c8df3159b10 to your computer and use it in GitHub Desktop.
step9
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