Martin Lichstam
Martin Lichstam
> It's still in v3.11.0 gaah i was hoping to see it resolved! could someone from the team shed some light on this? have you found the issue? is it...
just tried with 3.12.1 and can confirm that the flickering is still there. @piaskowyk @tomekzaw could you shed some light on this? is it a hard problem to fix?
is it tied to this? https://github.com/facebook/react-native/issues/41213 it seems like the issue has been introduced here: https://github.com/software-mansion/react-native-reanimated/pull/4913/files
> For me is seems as a smoth animation 🤔 > > Screen.Recording.2024-06-24.at.11.13.26.mov > Here is my example code: > > code it is actually choppy. if you look really...
v. 3.5.4 https://github.com/software-mansion/react-native-reanimated/assets/34944192/c5d6142e-5d5e-4689-b0fd-f0982b710905 v 3.12.1 https://github.com/software-mansion/react-native-reanimated/assets/34944192/5ed1f469-aa6d-4910-918a-6b83e6e387cb
tried with the latest react native version: 0.74.2, problem still persists
i cherry picked these commits https://github.com/software-mansion/react-native-reanimated/pull/4913/files onto 3.5.4 and that's the point where the stuttering starts. i'm not an ios pro but it doesn't seem much is done apart from...
> But are you using the new architecture in your application? 🤔 `#if REACT_NATIVE_MINOR_VERSION >= 73 && defined(RCT_NEW_ARCH_ENABLED)` i guess that's per default if you're running a version higher or...
i have tried the following flags: USE_FABRIC=1 RCT_NEW_ARCH_ENABLED=1 PRODUCTION=1 pod update USE_FABRIC=0 RCT_NEW_ARCH_ENABLED=1 PRODUCTION=1 pod update RCT_NEW_ARCH_ENABLED=0 pod install and just pod install is there anything else you would like...
please, this is urgent. could you at least confirm the root cause of the problem? if it's not part of this library i will try to push it here: https://github.com/facebook/react-native/issues/41213