- 添加 monorepo 结构 (apps/property-survey, packages/types) - 配置 Expo + React Native + Android 构建链 - 实现本地数据层 (SQLite/better-sqlite3) - 添加 Blueprint 项目蓝图系统 - 配置 ESLint + Prettier - 添加共享类型定义
54 lines
1.1 KiB
JSON
54 lines
1.1 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-build-properties",
|
|
{
|
|
"android": {
|
|
"kotlinVersion": "1.9.25"
|
|
}
|
|
}
|
|
],
|
|
"expo-router",
|
|
[
|
|
"expo-sqlite",
|
|
{
|
|
"enableFTS": true
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "27dc0343-a1df-4569-8019-82b2f061a420"
|
|
}
|
|
}
|
|
}
|
|
}
|