Zipline-Android-App/components/ui/TabBarBackground.tsx
Stef-00012 40b7eabefe
Initial commit
Generated by create-expo-app 3.2.0.
2025-01-20 17:43:11 +01: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;
}