summaryrefslogtreecommitdiff
path: root/components/ui/TabBarBackground.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/ui/TabBarBackground.tsx')
-rw-r--r--components/ui/TabBarBackground.tsx6
1 files changed, 6 insertions, 0 deletions
diff --git a/components/ui/TabBarBackground.tsx b/components/ui/TabBarBackground.tsx
new file mode 100644
index 0000000..70d1c3c
--- /dev/null
+++ b/components/ui/TabBarBackground.tsx
@@ -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;
+}