react-native-edge-to-edge
Version:
Effortlessly enable edge-to-edge display in React Native
8 lines • 440 B
TypeScript
import { SystemBarsEntry, SystemBarsProps } from "./types";
export declare function SystemBars({ hidden, style }: SystemBarsProps): null;
export declare namespace SystemBars {
var pushStackEntry: (props: SystemBarsProps) => SystemBarsEntry;
var popStackEntry: (entry: SystemBarsEntry) => void;
var replaceStackEntry: (entry: SystemBarsEntry, props: SystemBarsProps) => SystemBarsEntry;
}
//# sourceMappingURL=SystemBars.d.ts.map