UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

39 lines 1.55 kB
export let ScreenFooterLayouts = /*#__PURE__*/function (ScreenFooterLayouts) { ScreenFooterLayouts["HORIZONTAL"] = "horizontal"; ScreenFooterLayouts["VERTICAL"] = "vertical"; return ScreenFooterLayouts; }({}); export let ScreenFooterBackgrounds = /*#__PURE__*/function (ScreenFooterBackgrounds) { ScreenFooterBackgrounds["FADING"] = "fading"; ScreenFooterBackgrounds["SOLID"] = "solid"; ScreenFooterBackgrounds["TRANSPARENT"] = "transparent"; return ScreenFooterBackgrounds; }({}); export let FooterAlignment = /*#__PURE__*/function (FooterAlignment) { FooterAlignment["START"] = "start"; FooterAlignment["CENTER"] = "center"; FooterAlignment["END"] = "end"; return FooterAlignment; }({}); export let HorizontalItemsDistribution = /*#__PURE__*/function (HorizontalItemsDistribution) { HorizontalItemsDistribution["STACK"] = "stack"; HorizontalItemsDistribution["SPREAD"] = "spread"; return HorizontalItemsDistribution; }({}); export let ItemsFit = /*#__PURE__*/function (ItemsFit) { ItemsFit["FIT"] = "fit"; ItemsFit["STRETCH"] = "stretch"; ItemsFit["FIXED"] = "fixed"; return ItemsFit; }({}); export let KeyboardBehavior = /*#__PURE__*/function (KeyboardBehavior) { KeyboardBehavior["STICKY"] = "sticky"; KeyboardBehavior["HOISTED"] = "hoisted"; return KeyboardBehavior; }({}); export let ScreenFooterShadow = /*#__PURE__*/function (ScreenFooterShadow) { ScreenFooterShadow["SH10"] = "sh10"; ScreenFooterShadow["SH20"] = "sh20"; ScreenFooterShadow["SH30"] = "sh30"; return ScreenFooterShadow; }({});