- 物品表单底部新增冻结保存按钮,保存成功显示 Toast 提示 - 照片全屏预览时支持一键保存到本地相册(expo-media-library ~16.0.0) - 左侧标记点列表侧栏宽度从 120 调整为 160 - FoldableLayout 改用 LayoutAnimation 替代 JS 线程宽度动画,修复 Android 地图渲染空白及卡顿问题 - 修复 ImagePicker 废弃 API MediaTypeOptions.Images → MediaType.Images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
45 lines
1.3 KiB
JSON
45 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-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"
|
|
}
|
|
}
|