You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting a flicker in the most basic use case. A button opens a modal. You will see in the this gif, I had to upload to gfycat so you get high quality video, otherwise simple gif skips that one frame of flicker - https://giant.gfycat.com/LegitimateHandmadeEyra.mp4
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting a flicker in the most basic use case. A button opens a modal. You will see in the this gif, I had to upload to gfycat so you get high quality video, otherwise simple gif skips that one frame of flicker - https://giant.gfycat.com/LegitimateHandmadeEyra.mp4
Or its visible in this 5mb gif - https://thumbs.gfycat.com/LegitimateHandmadeEyra-size_restricted.gif
I created a super simple expo here - https://snack.expo.dev/@noitidart/reanimated2-flicker-on-re-render
On the snack it seems to not happen as it uses reanimated 2.2.0. It happens consistently in expo v44, with reanimated 2.3.1.
The flicker is a result of jumping to the initial position, when
progress.value
is 0.I'm exhausted of ideas, any ideas?
Everything is memoized in this code, I don't know what it can be:
Beta Was this translation helpful? Give feedback.
All reactions