From 21235abd43464a2b8fc36ae5837a1c5a57dd038e Mon Sep 17 00:00:00 2001 From: p60087772 Date: Tue, 10 Jun 2025 20:50:42 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICE4FT]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-image-viewing=E8=8B=B1=E6=96=87=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-image-viewing.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en/react-native-image-viewing.md b/en/react-native-image-viewing.md index f1082d36..8b72bb31 100644 --- a/en/react-native-image-viewing.md +++ b/en/react-native-image-viewing.md @@ -219,9 +219,9 @@ Check the release version information in the release address of the third-party ## Known Issues -- [x] 组件上下滑动关闭暂未实现,由于 scrollView 的 naticeEvent.velocityPropertiesHarmonyOS 暂不支持 [issue#6](https://github.com/react-native-oh-library/react-native-image-viewing/issues/6) -- [x] 组件双击放大方法暂未实现,由于 doubleTapToZoomEnabledPropertiesHarmonyOS 暂不支持 [issue#7](https://github.com/react-native-oh-library/react-native-image-viewing/issues/7) -- [x] 组件 animationType 淡入淡出效果暂未实现,由于 modal 组件未适配 [issue#8](https://github.com/react-native-oh-library/react-native-image-viewing/issues/8) +- [x] The swipe-to-close property is not implemented because the **naticeEvent.velocity** property of **scrollView** is not supported by HarmonyOS: [issue#6](https://github.com/react-native-oh-library/react-native-image-viewing/issues/6). +- [x] The **doubleTapToZoomEnabled** property is not supported by HarmonyOS: [issue#7](https://github.com/react-native-oh-library/react-native-image-viewing/issues/7). +- [x] The fade-in/fade-out effect of the **animationType** property is not implemented because the adaptation of the **modal** component is not completed: [issue#8](https://github.com/react-native-oh-library/react-native-image-viewing/issues/8). ## Others -- Gitee