Files
DefinitelyTyped/types/react-native-safe-area/react-native-safe-area-tests.ts
Pavlos Vinieratos 7a449c042e bunch of lint fixes
2018-11-21 11:55:28 +01:00

5 lines
134 B
TypeScript

import { View } from 'react-native';
import { withSafeArea } from 'react-native-safe-area';
const SafeAreaView = withSafeArea(View);