Tomasz Żelawski
Tomasz Żelawski
Hi @nazacity, I'm afraid that without a minimal reproduction we can't investigate that. Please provide one.
@tomekzaw Could you elaborate on that? I added it specifically to be able to know if I should make a sync or an async call.
@pehoracek Has a very good point. You shouldn't ever import anything from `react-native-reanimated/src` or `react-native-reanimated/lib` **unless you know what are you doing and you are ready for things to break**....
@robhogan I was hacking a bit into the Metro bundling process and I figured out that using output `metadata` of Babel transpilation would be a convenient way of outputting virtual...
Sure, let me outline the big picture here. I'm trying to redefine the internals of how our multithreading JavaScript model, "worklets", work in "react-native-reanimated" ("react-native-worklets)". The key idea is to...
@robhogan Here's the minimalistic version of the plugin: https://github.com/software-mansion/react-native-reanimated/tree/%40tjzel/metro-bug/packages/react-native-worklets/plugin. The plugin code is in `index.js` and the sources to look up are in `src`. With this minimalistic repro I managed...
Hey @robhogan, after handling some issues I managed to discover this is an issue on both sides. Turns out that I wrongfully reused the same Babel Nodes (identifier nodes) It...
@pzuraq > 1. In the Babel transform, extract all worklet functions from their usage sites to module scope > 2. Parameterize all closure scoped variables passed to worklet functions >...
Hi @kartikk221, this is just how iOS behaves. OnScroll event from useAnimatedScrollHandler are 'inherited' from react-native and they are accurate to one thirds. You can confirm this by rewriting the...
I'm not sure if I can help you. First of all, me or my colleagues have some trouble seeing the jitter you are talking about. A video that compares the...