UNPKG

react-native-hide-tab-bar

Version:
9 lines (8 loc) 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useHideTabBarOnScroll = exports.TabBarVisibilityContext = exports.BottomTabWrapper = void 0; var BottomTabWrapper_1 = require("./BottomTabWrapper"); Object.defineProperty(exports, "BottomTabWrapper", { enumerable: true, get: function () { return BottomTabWrapper_1.BottomTabWrapper; } }); Object.defineProperty(exports, "TabBarVisibilityContext", { enumerable: true, get: function () { return BottomTabWrapper_1.TabBarVisibilityContext; } }); var useHideTabBarOnScroll_1 = require("./useHideTabBarOnScroll"); Object.defineProperty(exports, "useHideTabBarOnScroll", { enumerable: true, get: function () { return useHideTabBarOnScroll_1.useHideTabBarOnScroll; } });