react-phone-apps/apps/property-survey/.expo
lanrtop e7ab0d1ef1 feat: 汇总页新增聚合/分组视图与纯数据导出,实现地图侧栏聚合视图
- summary 新增明细/聚合/分组三 Tab,对应 SummaryAggregateList(楼层→分类)
  和 SummaryGroupList(按物品名分组,可展开查看分布位置)
- 新增 exportDataOnly() 仅导出 CSV 不含照片,header 新增两个导出按钮
- MarkerList 聚合 Tab 从 placeholder 升级为按颜色+分类分组的实际视图
- 蓝图新增 ai-recognize 模块(planned),引入 expo-image-manipulator /
  expo-secure-store 依赖为后续 AI 识别功能做准备

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 18:02:22 +09:00
..
types feat: 表单保存优化、照片保存相册及布局性能改进 2026-04-10 00:12:42 +09:00
web/cache/production/images feat: 初始化 Property Survey 应用基础架构 2026-04-09 13:04:36 +09:00
devices.json feat: 汇总页新增聚合/分组视图与纯数据导出,实现地图侧栏聚合视图 2026-04-10 18:02:22 +09:00
devices.json.zKddsK1M7Rzr_PY-rcWQEV1JU91kBHq1CYdryNzsK2Y feat: 表单保存优化、照片保存相册及布局性能改进 2026-04-10 00:12:42 +09:00
README.md feat: 初始化 Property Survey 应用基础架构 2026-04-09 13:04:36 +09:00

Why do I have a folder named ".expo" in my project? The ".expo" folder is created when an Expo project is started using "expo start" command. What do the files contain?

  • "devices.json": contains information about devices that have recently opened this project. This is used to populate the "Development sessions" list in your development builds.
  • "settings.json": contains the server configuration that is used to serve the application manifest.

Should I commit the ".expo" folder? No, you should not share the ".expo" folder. It does not contain any information that is relevant for other developers working on the project, it is specific to your machine. Upon project creation, the ".expo" folder is already added to your ".gitignore" file.