Skip to content

Instantly share code, notes, and snippets.

@GuilhermeLis
Last active November 20, 2020 14:08
Show Gist options
  • Save GuilhermeLis/0e0d2b92e72a43a8eefabe7f81b46fe6 to your computer and use it in GitHub Desktop.
Save GuilhermeLis/0e0d2b92e72a43a8eefabe7f81b46fe6 to your computer and use it in GitHub Desktop.
Index from article use Redux with asyncStorage
import React from 'react';
import Index from './src';
const App = () => (
<Index />
);
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment