DefinitelyTyped/types/react-native-safe-area/react-native-safe-area-tests.ts
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);