Initial commit

Generated by create-expo-app 3.5.3.
This commit is contained in:
Cron1cle
2025-09-10 21:21:53 +02:00
commit e5d989d23b
38 changed files with 13812 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;
}