- items 表新增 confirmed_at 字段,支持标记物品登记已完成 - 物品表单底部新增确认勾选,标记列表同步展示已确认/待确认图标 - Android 补充 CAMERA、READ_MEDIA_IMAGES 权限及 FileProvider 配置(兼容 Android 13+) - expo-image-picker 插件配置中文权限说明 - PhotoPicker 延迟启动拍摄/选图,避免 Alert 关闭与系统弹窗冲突 - MarkerPhotoPanel 照片预览改为单张显示 + 触摸滑动切换,替代有缺陷的 ScrollView pagingEnabled - PhotoGrid 预览改用 FlatList + getItemLayout,以实时屏幕宽度修正分页尺寸 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| types | ||
| web/cache/production/images | ||
| devices.json | ||
| devices.json.zKddsK1M7Rzr_PY-rcWQEV1JU91kBHq1CYdryNzsK2Y | ||
| README.md | ||
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.