feat: Enhance mobile and tablet support with responsive layout adjustments and new navigation components

This commit is contained in:
zimplexing
2025-08-01 16:36:28 +08:00
parent 942703509e
commit 9e9e4597cc
35 changed files with 4082 additions and 634 deletions

View File

@@ -3,10 +3,11 @@ const {getDefaultConfig} = require('expo/metro-config');
const path = require('path');
// Find the project and workspace directories
// eslint-disable-next-line no-undef
const projectRoot = __dirname;
/** @type {import('expo/metro-config').MetroConfig} */
const config = getDefaultConfig(projectRoot); // eslint-disable-line no-undef
const config = getDefaultConfig(projectRoot);
// When enabled, the optional code below will allow Metro to resolve
// and bundle source files with TV-specific extensions