UNPKG

react-native-safe-area-context

Version:

A flexible way to handle safe area, also works on Android and web.

3 lines (2 loc) 158 B
import { NativeSafeAreaViewProps } from './SafeArea.types'; export declare const SafeAreaView: import("react-native").HostComponent<NativeSafeAreaViewProps>;