Initial commit

Generated by create-expo-app 3.5.1.
This commit is contained in:
2025-08-20 15:50:35 +03:00
commit a9f08271c4
38 changed files with 12939 additions and 0 deletions

View 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;
}