From c78ad352ba3175caa055d1bcfa8af2c0d94e6ccb Mon Sep 17 00:00:00 2001 From: imeepos Date: Tue, 27 Jan 2026 15:00:06 +0800 Subject: [PATCH] feat: update TAB_BAR_HEIGHT to improve tab layout and add channel definitions in eas.json --- app/(tabs)/_layout.tsx | 2 +- eas.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index cbf4a54..acd0096 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -7,7 +7,7 @@ import { useSafeAreaInsets } from 'react-native-safe-area-context' import { HomeIcon, MessageIcon, MyIcon, VideoIcon } from '@/components/icon' -const TAB_BAR_HEIGHT = 60 +const TAB_BAR_HEIGHT = 80 export default function TabLayout() { const { t } = useTranslation() diff --git a/eas.json b/eas.json index 5242d3c..621d898 100644 --- a/eas.json +++ b/eas.json @@ -5,6 +5,7 @@ }, "build": { "development": { + "channel": "development", "developmentClient": true, "distribution": "internal", "android": { @@ -13,6 +14,7 @@ "corepack": true }, "preview": { + "channel": "preview", "distribution": "internal", "android": { "buildType": "apk" @@ -20,6 +22,7 @@ "corepack": true }, "production": { + "channel": "production", "distribution": "internal", "autoIncrement": true, "android": {