Fixed Admin Package

Config & Dependencies
- app.config.js
- package.json
- bun.lock
- ios/Podfile
- ios/HIPMIBadungConnect.xcodeproj/project.pbxproj

Home
- screens/Home/tabsList.ts

Maps
- screens/Maps/MapsView2.tsx

### No Issue
This commit is contained in:
2026-02-24 07:18:01 +08:00
parent 32a42d1b60
commit 66e6aebf41
7 changed files with 133 additions and 31 deletions

View File

@@ -33,8 +33,10 @@ export const tabsHome: any = ({
activeIcon: "map",
label: "Maps",
path: "/maps",
isActive: Platform.OS === "ios" ? true : false,
disabled: Platform.OS === "ios" ? false : true,
// isActive: Platform.OS === "ios" ? true : false,
// disabled: Platform.OS === "ios" ? false : true,
isActive: true,
disabled: false,
},
{
id: "profile",