fake-checker-nativeapp/components/ui/TabBarBackground.tsx
smfahim25 cb0ec68fc2 Initial commit
Generated by create-expo-app 3.2.0.
2024-12-07 17:21:39 +06:00

6 lines
159 B
TypeScript

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