- items 表新增 confirmed_at 字段,支持标记物品登记已完成 - 物品表单底部新增确认勾选,标记列表同步展示已确认/待确认图标 - Android 补充 CAMERA、READ_MEDIA_IMAGES 权限及 FileProvider 配置(兼容 Android 13+) - expo-image-picker 插件配置中文权限说明 - PhotoPicker 延迟启动拍摄/选图,避免 Alert 关闭与系统弹窗冲突 - MarkerPhotoPanel 照片预览改为单张显示 + 触摸滑动切换,替代有缺陷的 ScrollView pagingEnabled - PhotoGrid 预览改用 FlatList + getItemLayout,以实时屏幕宽度修正分页尺寸 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"expo": {
|
|
"name": "不动产摸底",
|
|
"slug": "yljt-app",
|
|
"owner": "lanrtops-organization",
|
|
"version": "1.0.0",
|
|
"orientation": "default",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "light",
|
|
"scheme": "property-survey",
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "com.example.propertysurvey"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "com.example.propertysurvey"
|
|
},
|
|
"plugins": [
|
|
[
|
|
"expo-image-picker",
|
|
{
|
|
"cameraPermission": "允许访问相机以拍摄照片",
|
|
"microphonePermission": false,
|
|
"photosPermission": "允许访问相册以选择照片"
|
|
}
|
|
],
|
|
[
|
|
"expo-media-library",
|
|
{
|
|
"photosPermission": "允许访问相册以保存照片",
|
|
"savePhotosPermission": "允许保存照片到相册",
|
|
"isAccessMediaLocationEnabled": true
|
|
}
|
|
],
|
|
[
|
|
"expo-build-properties",
|
|
{
|
|
"android": {
|
|
"kotlinVersion": "1.9.25"
|
|
}
|
|
}
|
|
],
|
|
"expo-router",
|
|
[
|
|
"expo-sqlite",
|
|
{
|
|
"enableFTS": true
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "27dc0343-a1df-4569-8019-82b2f061a420"
|
|
}
|
|
}
|
|
}
|
|
}
|