Initial commit
This commit is contained in:
6
components/ui/TabBarBackground.tsx
Normal file
6
components/ui/TabBarBackground.tsx
Normal file
@ -0,0 +1,6 @@
|
||||
// This is a shim for web and Android where the tab bar is generally opaque.
|
||||
export default undefined;
|
||||
|
||||
export function useBottomTabOverflow() {
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user