- MarkerPhotoPanel:基于 RNGH PinchGesture + Reanimated 实现捏合缩放(1x~5x);放大后可双指拖动,放大模式下禁用左右切图手势 - _layout:根布局包裹 GestureHandlerRootView,解决 Modal 内手势失效问题 - 蓝图:新增 pdf-report 模块(concept),photo-capture 补充缩放任务卡(done) 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.