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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user