Andrei Alecu

Results 277 comments of Andrei Alecu

Looks like we got hit by this too. The stack is now in `UPDATE_ROLLBACK_FAILED` state and cannot seemed to be rolled back. Any workarounds to get it un stuck? Would...

Very interesting, I didn't know about this behavior of Reanimated. Is it documented anywhere? Could it be a bug in Reanimated, maybe a recent regression? I don't remember running into...

Are you using the new architecture? With Paper/old architecture, as far as I remember, calling `SharedValue.value` in the past did not guarantee you'd get the actual last value. It was...

> @andreialecu note that my changes avoids this interchange of SharedValue to regular React state and solely relies on React state where possible. I understand. It's just that this transition...

What I think would help is if you could create a separate, minimal repro of this SharedValue issue, as a quick benchmark. Then we can perhaps run it on various...

I released this as 8.0.1-rc.0 to npm for the time being, so that we can all test it more easily.

As a note: There was a dependency on `@apollo/client` that was previously unused and seemed a leftover.

The issue might be here, although I see that code hasn't been touched in a while, so perhaps something else was changed that affects it: https://github.com/software-mansion/react-native-reanimated/blame/0d551fbca1eb2f4a18856fdf7c4de8f496f525c4/packages/react-native-reanimated/src/frameCallback/FrameCallbackRegistryUI.ts#L113