{"ast":null,"code":"\"use strict\";\n\nimport * as React from 'react';\nimport { BottomTabBarHeightContext } from \"./BottomTabBarHeightContext.js\";\nexport function useBottomTabBarHeight() {\n  const height = React.useContext(BottomTabBarHeightContext);\n  if (height === undefined) {\n    throw new Error(\"Couldn't find the bottom tab bar height. Are you inside a screen in Bottom Tab Navigator?\");\n  }\n  return height;\n}","map":{"version":3,"names":["React","BottomTabBarHeightContext","useBottomTabBarHeight","height","useContext","undefined","Error"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/@react-navigation/bottom-tabs/src/utils/useBottomTabBarHeight.tsx"],"sourcesContent":["import * as React from 'react';\n\nimport { BottomTabBarHeightContext } from './BottomTabBarHeightContext';\n\nexport function useBottomTabBarHeight() {\n  const height = React.useContext(BottomTabBarHeightContext);\n\n  if (height === undefined) {\n    throw new Error(\n      \"Couldn't find the bottom tab bar height. Are you inside a screen in Bottom Tab Navigator?\"\n    );\n  }\n\n  return height;\n}\n"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAE9B,SAASC,yBAAyB;AAElC,OAAO,SAASC,qBAAqBA,CAAA,EAAG;EACtC,MAAMC,MAAM,GAAGH,KAAK,CAACI,UAAU,CAACH,yBAAyB,CAAC;EAE1D,IAAIE,MAAM,KAAKE,SAAS,EAAE;IACxB,MAAM,IAAIC,KAAK,CACb,2FACF,CAAC;EACH;EAEA,OAAOH,MAAM;AACf","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}