-
Hi,
I'm looking at your code for the card stack layout and it is almost what I'm looking for 😁
Basically, I'm learning MAUI and I want to create an app with flash cards. So, I arrived at the point…
-
https://adevinta.slack.com/archives/C04QCSQGQUX/p1712671798336269
-
### Description
Please, take a look at the code below. When savedLeft.value reaches 100 or more, stateManager.fail() is called, but onUpdate and onEnd callbacks continue to trigger. This happens on t…
-
### Description
Help me fixing the issue with a function that uses react native gesture handler, the first time pinching between focal points works just fine but subsequently it pinching it seems a…
-
For anyone that would like to leave feedback on what they would like to see in our upcoming major release please leave your feedback here.
-
### Description
```
const inRect = useCallback((point: Point, rect: Rect) => {
'worklet';
const coords = getRelativeCoords(containerRef, point.x, point.y);
...
```
```
const…
-
### Description
New Pan gesture api trigger callback very slow.
### Steps to reproduce
```js
const panGesture = Gesture.Pan()
.enabled(!isDisabled)
.maxPointers(1)
.minDistance(1)
.cancelsTouc…
-
**Feature描述**
请简单描述你想要的效果:?
smoothviewheader是一个tableview,目前做成了tableview内部不能滑动,因为业务需要埋点监听每一个tablecell的显示,有没有好的方案
-
When interacting with the chart, the tooltip correctly displays upon pressing it. However, when transitioning between different time ranges, the previous tooltip persists, leading to multiple tooltips…
-
### Description
This has been happening for many weeks so we got used to it but I figured I'd file an issue in case it isn't known.
Renimated events like `useAnimatedScrollHandler` sometimes just …