react-phone-apps/apps/property-survey/.expo
lanrtop cea2a5d208 feat: 表单保存优化、照片保存相册及布局性能改进
- 物品表单底部新增冻结保存按钮,保存成功显示 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>
2026-04-10 00:12:42 +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 00:12:42 +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.