Lim
Lim
Hi, seems the ref type is incorrect for Animatable.View Can you have a look? Thanks!
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 Hi, I am encountering...
### Description ```ts const [path, setPath] = useState(Skia.Path.Make()); const panGesture = useMemo( () => Gesture.Pan() .onBegin(e => { 'worklet'; const coords = getRelativeCoords(viewRef as any, e.absoluteX, e.absoluteY); path.moveTo(coords?.x||0, coords?.y||0) })...
### Description Hi, it seems `onLayout` not be called on `` in release mode ``` ``` it works well on debug mode, but not in release mode ### React Native...
## Summary by CodeRabbit - 新增/修复 - Mentions 组件在选择时会自动跳过被禁用的选项,避免插入无效文本与触发 onSelect;其余输入与状态更新逻辑保持一致,提升一致性与可用性。 - 文档 - 基础示例新增一个禁用的“Dark”选项(位于 Bamboo 与 Cat 之间),直观展示不可选项在下拉中的显示与交互效果,便于理解实际行为。
``` jsx Disabled Light Bamboo Cat ``` The disabled option cannot be selected by clicking, but it can be selected by pressing Key Up/Down and Key Enter.