From 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 20 Jul 2021 21:24:52 +0300 Subject: WIP --- storybook/views/story.tsx | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 storybook/views/story.tsx (limited to 'storybook/views/story.tsx') diff --git a/storybook/views/story.tsx b/storybook/views/story.tsx deleted file mode 100644 index 68d298e..0000000 --- a/storybook/views/story.tsx +++ /dev/null @@ -1,18 +0,0 @@ -import * as React from 'react' -import { ScrollView, View, ViewStyle } from 'react-native' - -export interface StoryProps { - children?: React.ReactNode -} - -const ROOT: ViewStyle = { flex: 1 } - -export function Story(props: StoryProps) { - return ( - - - {props.children} - - - ) -} -- cgit v1.2.3