Bartłomiej Błoniarz

Results 40 comments of Bartłomiej Błoniarz

Hi @raon0211 👋 Thanks for this PR. I would like to make some changes, is it fine by you?

Hi @raon0211. I did some experimenting and unfortunately I don't see how this should work. With the sideEffects setting set to `true` our `next.js` example stops working, because the `Animated.View`...

The issue was fixed in #5495

Hi @razamsalem. I'm a bit confused about this issue. Layout animations are not implemented yet for the new architecture, so they shouldn't be working on both platforms. It might be...

Hi @lichstam 👋 I don't think the [RN issue](https://github.com/facebook/react-native/issues/41213) is relevant here, as it only pertains to the New Architecture and if I understand correctly you are using Old Architecture....

https://github.com/software-mansion/react-native-reanimated/assets/56109050/ca4a7d86-a081-4812-9e5d-5836ae43b86d This is what it looks like for me. I can see some choppiness on the simulator, but I don't really see the difference between 3.12 and 3.5.4. Also, this...

Hi! I searched through PRs that were merged in this release. It seems that the offending PR is [Fix race-condition during render](https://github.com/software-mansion/react-native-reanimated/pull/5224). This was an important bug-fix so we need...

Hi! It's seems to be related to [this issue](https://github.com/software-mansion/react-native-reanimated/issues/6114). It was caused by RN missing some methods in their `WithRuntimeDecorator` implementation. We use it to ensure no concurrent access to...

@kesha-antonov The fix should work in 0.75, because the included PR fixed the methods that were causing our issues (though it's worth checking if the other PR helps here). I...

@hannojg We also have high hopes for this `runtimeShadowNodeReferences` update. But there are still some edge cases that need to be thought of before we merge any changes. One of...