chore: link to Expo project ID 15d21320 (juankibin/firberops)

This commit is contained in:
Nemo
2026-03-23 19:01:14 +08:00
parent e90ffc9fb3
commit 8f5027413c

View File

@@ -1,7 +1,7 @@
{ {
"expo": { "expo": {
"name": "FiberOps", "name": "FiberOps",
"slug": "fiberops-mobile", "slug": "firberops",
"version": "1.0.0", "version": "1.0.0",
"orientation": "portrait", "orientation": "portrait",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
@@ -21,7 +21,13 @@
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#2563EB" "backgroundColor": "#2563EB"
}, },
"package": "com.fiberops.mobile" "package": "com.fiberops.mobile",
"permissions": [
"android.permission.CAMERA",
"android.permission.RECORD_AUDIO",
"android.permission.ACCESS_COARSE_LOCATION",
"android.permission.ACCESS_FINE_LOCATION"
]
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/favicon.png"
@@ -33,16 +39,28 @@
"expo-secure-store", "expo-secure-store",
[ [
"expo-camera", "expo-camera",
{ "cameraPermission": "Allow FiberOps to access your camera for installation photos." } {
"cameraPermission": "Allow FiberOps to access your camera for installation photos."
}
], ],
[ [
"expo-location", "expo-location",
{ "locationAlwaysAndWhenInUsePermission": "Allow FiberOps to use your location for installation GPS." } {
"locationAlwaysAndWhenInUsePermission": "Allow FiberOps to use your location for installation GPS."
}
], ],
[ [
"expo-image-picker", "expo-image-picker",
{ "photosPermission": "Allow FiberOps to access your photos." } {
] "photosPermission": "Allow FiberOps to access your photos."
}
] ]
],
"extra": {
"router": {},
"eas": {
"projectId": "15d21320-57f5-4fb6-a116-82d222d914e2"
}
}
} }
} }