已合并
feat(ScrollView): add HarmonyOS-specific flingSpeedLimit property #2480
luqi创建于 3月26日
feat(ScrollView): add HarmonyOS-specific flingSpeedLimit property #2480
已合并
从已删除 :master合入到CPF-RN/ohos_react_nativemaster
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 luqi 的贡献)3月26日 关联了issue:feat(ScrollView): add HarmonyOS-specific flingSpeedLimit property
luqi
3月26日 评论:
3月26日 评论:
start build


openharmony_ci
3月26日 评论:
3月26日 评论:
感谢提交 Pull Requests!
Thanks for submitting a pull request.


3月26日 添加了label:dco检查成功
openharmony_ci
3月26日 评论:
3月26日 评论:
首次触发
门禁构建开始,包含静态检查、代码编译【ohos_react_native_master编译】,预计在60分钟内完成,门禁结果会同步发送到注册邮箱。您可以通过如下链接跟踪门禁进展:http://dcp.openharmony.cn/workbench/cicd/detail/69c4f51264650f998bfcb133/runlist


此处折叠了58条消息 查看更多
3月27日 通过了评审
3月27日 关闭了关联的issue
3月27日 合入了pull request,合并节点 SHA:252d78463da9b618540cbce1574e9bd0566fe594
描述
为 ScrollView 及其子组件(如 FlatList)增加了 HarmonyOS 特有的
flingSpeedLimit属性,允许开发者在 JS 侧直接限制最大抛滑速度。变更日志
flingSpeedLimit并实现 C++ 到原生ScrollNode的同步。测试步骤
FlingSpeedLimitTest。合入前自检
Closes #2201