fix(medications): 降低相机图片质量以优化性能
fix(ios): 降低项目对象版本以兼容性调整 chore(ios): 更新 Info.plist 版本号 chore(ios): 更新 Podfile.lock 以反映依赖项变更
This commit is contained in:
@@ -440,7 +440,7 @@ export default function AddMedicationScreen() {
|
||||
|
||||
const result = await ImagePicker.launchCameraAsync({
|
||||
allowsEditing: true,
|
||||
quality: 0.9,
|
||||
quality: 0.3,
|
||||
aspect: [9,16]
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user