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-screen.tsx | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 storybook/views/story-screen.tsx (limited to 'storybook/views/story-screen.tsx') diff --git a/storybook/views/story-screen.tsx b/storybook/views/story-screen.tsx deleted file mode 100644 index 1e59efd..0000000 --- a/storybook/views/story-screen.tsx +++ /dev/null @@ -1,19 +0,0 @@ -import * as React from 'react' -import { ViewStyle, KeyboardAvoidingView, Platform } from 'react-native' - -const ROOT: ViewStyle = { backgroundColor: '#f0f0f0', flex: 1 } - -export interface StoryScreenProps { - children?: React.ReactNode -} - -const behavior = Platform.OS === 'ios' ? 'padding' : undefined -export const StoryScreen = (props: StoryScreenProps) => ( - - {props.children} - -) -- cgit v1.2.3