@fullstackhouse/react-native-nested-safe-area
Version:
A wrapper on top of react-native-safe-area-context that allows nested safe area contexts
8 lines • 549 B
TypeScript
export { NestedSafeAreaProvider } from './NestedSafeAreaProvider';
export type { NestedSafeAreaProviderProps, Edge, } from './NestedSafeAreaProvider';
export { useNestedSafeAreaContext } from './NestedSafeAreaContext';
export type { NestedSafeAreaContextValue, NestedSafeAreaInsets, } from './NestedSafeAreaContext';
export { useNestedSafeAreaInsets } from './useNestedSafeAreaInsets';
export { NestedSafeAreaView } from './NestedSafeAreaView';
export type { NestedSafeAreaViewProps } from './NestedSafeAreaView';
//# sourceMappingURL=index.d.ts.map