From e71640a444dfcc4226bed91777ad8caf132a9952 Mon Sep 17 00:00:00 2001 From: qinjianqi Date: Fri, 7 Feb 2025 18:59:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[#IBKQUV]=20=E6=B7=BB=E5=8A=A0react-nat?= =?UTF-8?q?ive-date-picker=E7=BB=84=E4=BB=B6=E7=9A=84=E6=BB=91=E5=87=BA?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E8=8C=83=E5=9B=B4=E7=9A=84=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E7=8E=B0=E8=B1=A1=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-date-picker(nocodegen).md | 1 + en/react-native-date-picker.md | 1 + zh-cn/react-native-date-picker(nocodegen).md | 2 +- zh-cn/react-native-date-picker.md | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/en/react-native-date-picker(nocodegen).md b/en/react-native-date-picker(nocodegen).md index 7694be50..52b04c73 100644 --- a/en/react-native-date-picker(nocodegen).md +++ b/en/react-native-date-picker(nocodegen).md @@ -289,6 +289,7 @@ Check the release version information in the release address of the third-party - [ ] Property is24hourSource is not supported。[issue#30](https://github.com/react-native-oh-library/react-native-date-picker/issues/30) - [ ] Property minuteInterval is not supported。[issue#34](https://github.com/react-native-oh-library/react-native-date-picker/issues/34) ## Others +- The third-party library encapsulates the ArkUI DatePicker component, and there are some anomalies. Please refer to the [Official Description]( https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/ts-basic-components-datepicker-V13#datepickeroptions%E5%AF%B9%E8%B1%A1%E8%AF%B4%E6%98%8E), Dates that slide out of the set range will not bounce back until the trailing animation property ends. ## License diff --git a/en/react-native-date-picker.md b/en/react-native-date-picker.md index 6539a74a..232056e4 100644 --- a/en/react-native-date-picker.md +++ b/en/react-native-date-picker.md @@ -248,6 +248,7 @@ Check the release version information in the release address of the third-party - [ ] 不支持minuteInterval属性。[issue#34](https://github.com/react-native-oh-library/react-native-date-picker/issues/34) ## Others +- The third-party library encapsulates the ArkUI DatePicker component, and there are some anomalies. Please refer to the [Official Description]( https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/ts-basic-components-datepicker-V13#datepickeroptions%E5%AF%B9%E8%B1%A1%E8%AF%B4%E6%98%8E), Dates that slide out of the set range will not bounce back until the trailing animation property ends. ## License diff --git a/zh-cn/react-native-date-picker(nocodegen).md b/zh-cn/react-native-date-picker(nocodegen).md index 2d1e38fa..20d02ddd 100644 --- a/zh-cn/react-native-date-picker(nocodegen).md +++ b/zh-cn/react-native-date-picker(nocodegen).md @@ -290,7 +290,7 @@ ohpm install - [ ] 不支持is24hourSource属性。[issue#30](https://github.com/react-native-oh-library/react-native-date-picker/issues/30) - [ ] 不支持minuteInterval属性。[issue#34](https://github.com/react-native-oh-library/react-native-date-picker/issues/34) ## 其他 - +- 该三方库封装了 ArkUI DatePicker 组件,存在某些异常情形,请参考查阅[官方说明](https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/ts-basic-components-datepicker-V13#datepickeroptions%E5%AF%B9%E8%B1%A1%E8%AF%B4%E6%98%8E),滑出设置范围的日期需要等会有拖尾动画属性结束才会回弹。 ## 开源协议 本项目基于 [The MIT License (MIT)](https://github.com/henninghall/react-native-date-picker/blob/master/LICENSE) ,请自由地享受和参与开源。 diff --git a/zh-cn/react-native-date-picker.md b/zh-cn/react-native-date-picker.md index 133e6344..bfc63e14 100644 --- a/zh-cn/react-native-date-picker.md +++ b/zh-cn/react-native-date-picker.md @@ -242,6 +242,7 @@ ohpm install - [ ] 不支持is24hourSource属性。[issue#30](https://github.com/react-native-oh-library/react-native-date-picker/issues/30) - [ ] 不支持minuteInterval属性。[issue#34](https://github.com/react-native-oh-library/react-native-date-picker/issues/34) ## 其他 +- 该三方库封装了 ArkUI DatePicker 组件,存在某些异常情形,请参考查阅[官方说明](https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V13/ts-basic-components-datepicker-V13#datepickeroptions%E5%AF%B9%E8%B1%A1%E8%AF%B4%E6%98%8E),滑出设置范围的日期需要等会有拖尾动画属性结束才会回弹。 ## 开源协议 -- Gitee