feat: update TAB_BAR_HEIGHT to improve tab layout and add channel definitions in eas.json
This commit is contained in:
parent
f323d2bea7
commit
c78ad352ba
|
|
@ -7,7 +7,7 @@ import { useSafeAreaInsets } from 'react-native-safe-area-context'
|
||||||
|
|
||||||
import { HomeIcon, MessageIcon, MyIcon, VideoIcon } from '@/components/icon'
|
import { HomeIcon, MessageIcon, MyIcon, VideoIcon } from '@/components/icon'
|
||||||
|
|
||||||
const TAB_BAR_HEIGHT = 60
|
const TAB_BAR_HEIGHT = 80
|
||||||
|
|
||||||
export default function TabLayout() {
|
export default function TabLayout() {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
|
|
|
||||||
3
eas.json
3
eas.json
|
|
@ -5,6 +5,7 @@
|
||||||
},
|
},
|
||||||
"build": {
|
"build": {
|
||||||
"development": {
|
"development": {
|
||||||
|
"channel": "development",
|
||||||
"developmentClient": true,
|
"developmentClient": true,
|
||||||
"distribution": "internal",
|
"distribution": "internal",
|
||||||
"android": {
|
"android": {
|
||||||
|
|
@ -13,6 +14,7 @@
|
||||||
"corepack": true
|
"corepack": true
|
||||||
},
|
},
|
||||||
"preview": {
|
"preview": {
|
||||||
|
"channel": "preview",
|
||||||
"distribution": "internal",
|
"distribution": "internal",
|
||||||
"android": {
|
"android": {
|
||||||
"buildType": "apk"
|
"buildType": "apk"
|
||||||
|
|
@ -20,6 +22,7 @@
|
||||||
"corepack": true
|
"corepack": true
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
|
"channel": "production",
|
||||||
"distribution": "internal",
|
"distribution": "internal",
|
||||||
"autoIncrement": true,
|
"autoIncrement": true,
|
||||||
"android": {
|
"android": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue