react-phone-apps/apps/property-survey/.expo
lanrtop 3dbc6f0ff5 refactor: 标记点序号显示、布局叠加方式及照片选择器重构
- 标记点角标从物品数量改为按楼层顺序编号,角标背景色跟随标记颜色
- FoldableLayout 改为绝对定位叠加布局,移除 LayoutAnimation(解决 Android 地图渲染空白及卡顿)
- PhotoPicker 拆分为拍照/选图两个独立按钮;选图改用 expo-document-picker 绕过三星 Photo Picker 崩溃问题
- AndroidManifest 移除手动 FileProvider 声明(改由 Expo 插件自动注入)
- 同步更新蓝图文档:新增 category-management 模块、补全各模块已完成任务卡

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 02:17:34 +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 refactor: 标记点序号显示、布局叠加方式及照片选择器重构 2026-04-10 02:17:34 +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.