diff options
Diffstat (limited to 'app/components/PlatformWindow.android.js')
| -rw-r--r-- | app/components/PlatformWindow.android.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/app/components/PlatformWindow.android.js b/app/components/PlatformWindow.android.js deleted file mode 100644 index 32f9a4f3bf..0000000000 --- a/app/components/PlatformWindow.android.js +++ /dev/null @@ -1,14 +0,0 @@ -// @flow - -import * as React from 'react'; -import { KeyboardAvoidingView } from 'react-native'; - -export default class PlatformWindow extends React.Component { - props: { - children: Array<React.Node> | React.Node, - }; - - render() { - return <KeyboardAvoidingView behavior={'position'}>{this.props.children}</KeyboardAvoidingView>; - } -} |
