1// This is a shim for web and Android where the tab bar is generally opaque. 2export default undefined; 3 4export function useBottomTabOverflow() { 5 return 0; 6}