@fullstackhouse/react-native-nested-safe-area
Version:
A wrapper on top of react-native-safe-area-context that allows nested safe area contexts
7 lines (6 loc) • 323 B
JavaScript
export { NestedSafeAreaProvider } from "./NestedSafeAreaProvider.js";
export { useNestedSafeAreaContext } from "./NestedSafeAreaContext.js";
export { useNestedSafeAreaInsets } from "./useNestedSafeAreaInsets.js";
export { NestedSafeAreaView } from "./NestedSafeAreaView.js";
//# sourceMappingURL=index.js.map
;