react-native-animated-nav-tab-bar
Version:
Animated React Native TabBar Navigator for React Navigation
19 lines (18 loc) • 727 B
JavaScript
export var TabElementDisplayOptions;
(function (TabElementDisplayOptions) {
TabElementDisplayOptions["ICON_ONLY"] = "icon-only";
TabElementDisplayOptions["LABEL_ONLY"] = "label-only";
TabElementDisplayOptions["BOTH"] = "both";
})(TabElementDisplayOptions || (TabElementDisplayOptions = {}));
export var DotSize;
(function (DotSize) {
DotSize["SMALL"] = "small";
DotSize["MEDIUM"] = "medium";
DotSize["LARGE"] = "large";
DotSize["DEFAULT"] = "default"; // not in docs
})(DotSize || (DotSize = {}));
export var TabButtonLayout;
(function (TabButtonLayout) {
TabButtonLayout["VERTICAL"] = "vertical";
TabButtonLayout["HORIZONTAL"] = "horizontal";
})(TabButtonLayout || (TabButtonLayout = {}));