Mateusz Łopaciński

Results 72 comments of Mateusz Łopaciński

Hey @audrius-savickas! I was experimenting with a few different approaches, but unfortunately none of them worked as expected. I think that something broke in recent React Native versions and lifecycle...

After consulting with @bartlomiejbloniarz, it turned out that this approach also breaks this case when the exiting animation should be triggered: ```tsx {show && } ``` I will have to...

Closed as RN 0.82 fixes the issue

Hey! Sorry for the late response. We managed to fix the issue in the latest reanimated upgrade (`3.14.0`). If you use expo go, you might not be able to upgrade...

I am closing this issue for now. If you have more questions, don't hesitate to re-open the issue and ask.

Hey! If you encounter this issue, can you try using the following code and let me know if it works? ```tsx circleSize.value = withRepeat( withSequence( withTiming(110, { duration: 1000 }),...

> @MatiPl01 it doesn't help Can you provide a repro? I will take a look and check what is wrong.

> it looks like the error is present when position: absolute and opacity are used. If opacity is 1 or absolute is not used, everything is ok. Thank you for...

> @MatiPl01 ios and web are okay Thanks, I will look into that. Thank you for details.

> Hi! I've looked into your repro. The thing is, on iOS Gesture Handler uses native recognizers and in case of `ScrollView` it has about `±150ms` window in which pan...