This commit is contained in:
2019-07-05 10:07:30 +02:00
parent 8aec17f1e0
commit 59cb7142e3
11 changed files with 39 additions and 36 deletions

View File

@@ -13,10 +13,12 @@ const Wrapper = styled.View`
flex: 1;
`;
const StorageView = () => (
const StorageView = ({
provider,
}) => (
<State>
{({ selected }, setState) => (
<Storage>
<Storage provider={provider}>
{(data, update, removeItem, clear) => (
<Wrapper>
<Toolbar>