You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
1.6 KiB
1 line
1.6 KiB
{"ast":null,"code":"export { default as createBottomTabNavigator } from \"./navigators/createBottomTabNavigator\";\nexport { default as BottomTabBar } from \"./views/BottomTabBar\";\nexport { default as BottomTabView } from \"./views/BottomTabView\";\nexport { default as BottomTabBarHeightCallbackContext } from \"./utils/BottomTabBarHeightCallbackContext\";\nexport { default as BottomTabBarHeightContext } from \"./utils/BottomTabBarHeightContext\";\nexport { default as useBottomTabBarHeight } from \"./utils/useBottomTabBarHeight\";","map":{"version":3,"sources":["index.tsx"],"names":["default","createBottomTabNavigator","BottomTabBar","BottomTabView","BottomTabBarHeightCallbackContext","BottomTabBarHeightContext","useBottomTabBarHeight"],"mappings":"AAGA,SAASA,OAAO,IAAIC,wBAAwB;AAK5C,SAASD,OAAO,IAAIE,YAAY;AAChC,SAASF,OAAO,IAAIG,aAAa;AAKjC,SAASH,OAAO,IAAII,iCAAiC;AACrD,SAASJ,OAAO,IAAIK,yBAAyB;AAC7C,SAASL,OAAO,IAAIM,qBAAqB","sourceRoot":"../../src","sourcesContent":["/**\n * Navigators\n */\nexport { default as createBottomTabNavigator } from './navigators/createBottomTabNavigator';\n\n/**\n * Views\n */\nexport { default as BottomTabBar } from './views/BottomTabBar';\nexport { default as BottomTabView } from './views/BottomTabView';\n\n/**\n * Utilities\n */\nexport { default as BottomTabBarHeightCallbackContext } from './utils/BottomTabBarHeightCallbackContext';\nexport { default as BottomTabBarHeightContext } from './utils/BottomTabBarHeightContext';\nexport { default as useBottomTabBarHeight } from './utils/useBottomTabBarHeight';\n\n/**\n * Types\n */\n//# sourceMappingURL=index.js.map"]},"metadata":{},"sourceType":"module"} |