From d868855f61955aef744657b1ffeb9dd8a3a22874 Mon Sep 17 00:00:00 2001 From: hrc Date: Thu, 5 Mar 2026 17:48:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IF65X8]=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0lottie-react-native=E7=BB=84=E4=BB=B6=E9=81=97?= =?UTF-8?q?=E7=95=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hrc --- en/lottie-react-native.md | 2 +- zh-cn/lottie-react-native.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/lottie-react-native.md b/en/lottie-react-native.md index 2bb3128a..a7f5a1e3 100644 --- a/en/lottie-react-native.md +++ b/en/lottie-react-native.md @@ -324,7 +324,7 @@ rawfile path: `entry/src/main/resources/rawfile` ## 6. Known Issues - [ ] Some interfaces of the original library do not have corresponding properties and interface handling logic in HarmonyOS: [issue#18](https://github.com/react-native-oh-library/lottie-react-native/issues/18) -- [ ] There is no logic for handling the `isCancelled` parameter received by the `onAnimationFinish` callback function when calling the `play()` or `reset()` functions.: [issue#27](https://gitcode.com/openharmony-sig/rntpc_lottie-react-native/issues/27) + ## 7. Others diff --git a/zh-cn/lottie-react-native.md b/zh-cn/lottie-react-native.md index 059d01bc..1ceaf147 100644 --- a/zh-cn/lottie-react-native.md +++ b/zh-cn/lottie-react-native.md @@ -322,7 +322,7 @@ rawfile 路径:`entry/src/main/resources/rawfile` ## 6. 遗留问题 - [ ] 原库部分接口在 HarmonyOS 中没有对应属性及接口处理相关逻辑,问题: [issue#18](https://github.com/react-native-oh-library/lottie-react-native/issues/18) -- [ ] 调用 play() 或 reset() 函数时没有对onAnimationFinish回调函数接收参数isCancelled处理相关逻辑,问题: [issue#27](https://gitcode.com/openharmony-sig/rntpc_lottie-react-native/issues/27) + ## 7. 其他 -- Gitee