Fix layout tabs pada komponen

Fix home tabs

### No Issue
This commit is contained in:
2026-04-01 17:17:12 +08:00
parent 81bbd8e6b0
commit 98f8c7e2bf
18 changed files with 1002 additions and 292 deletions

View File

@@ -23,7 +23,7 @@ export {
};
// OS Height
const OS_ANDROID_HEIGHT = 70
const OS_ANDROID_HEIGHT = 65
const OS_IOS_HEIGHT = 80
const OS_HEIGHT = Platform.OS === "ios" ? OS_IOS_HEIGHT : OS_ANDROID_HEIGHT