- 标记点角标从物品数量改为按楼层顺序编号,角标背景色跟随标记颜色 - FoldableLayout 改为绝对定位叠加布局,移除 LayoutAnimation(解决 Android 地图渲染空白及卡顿) - PhotoPicker 拆分为拍照/选图两个独立按钮;选图改用 expo-document-picker 绕过三星 Photo Picker 崩溃问题 - AndroidManifest 移除手动 FileProvider 声明(改由 Expo 插件自动注入) - 同步更新蓝图文档:新增 category-management 模块、补全各模块已完成任务卡 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "property-survey",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "set \"JAVA_HOME=C:\\Program Files\\Android\\Android Studio\\jbr\" && expo run:android",
|
|
"ios": "expo run:ios",
|
|
"lint": "eslint . --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^14.0.2",
|
|
"@gorhom/bottom-sheet": "^5.1.1",
|
|
"@react-navigation/bottom-tabs": "^6.5.20",
|
|
"@repo/types": "workspace:*",
|
|
"expo": "~52.0.0",
|
|
"expo-build-properties": "^55.0.11",
|
|
"expo-dev-client": "~5.0.20",
|
|
"expo-document-picker": "~13.0.2",
|
|
"expo-file-system": "~18.0.0",
|
|
"expo-image-picker": "~16.0.0",
|
|
"expo-linking": "^7.0.5",
|
|
"expo-media-library": "~16.0.0",
|
|
"expo-router": "~4.0.0",
|
|
"expo-sharing": "~12.0.0",
|
|
"expo-sqlite": "~15.1.0",
|
|
"expo-status-bar": "~2.0.0",
|
|
"jszip": "^3.10.1",
|
|
"react": "18.3.1",
|
|
"react-native": "0.76.3",
|
|
"react-native-gesture-handler": "~2.20.0",
|
|
"react-native-reanimated": "~3.16.1",
|
|
"react-native-safe-area-context": "4.12.0",
|
|
"react-native-screens": "~4.1.0",
|
|
"react-native-svg": "^15.15.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.25.2",
|
|
"@types/jszip": "^3.4.1",
|
|
"@types/react": "~18.3.12",
|
|
"react-native-svg-transformer": "^1.5.3",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|