this repo has no description
at main 159 B view raw
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}