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
Do you know why the content within the card flashes (hides then reappears instantly) after the transform animation starts (and also right before the animation ends)?
Found solution - https://stackoverflow.com/a/47825270/1828637 - apparently between the degrees of 0.1 and 0.4 things disappear, it's a bug in RN, I have to find it and link it here.
In my case, I found that using some combination of styles (padding, borderRadius) in combination with the transformation will generate this issues.
Also if not setting scaleX: -1 in the library itself will also work as it should , but obviously the image is flipped.
No solution how to solve this yet.
Hi there,
Do you know why the content within the card flashes (hides then reappears instantly) after the transform animation starts (and also right before the animation ends)?
High quality webm - https://gfycat.com/SplendidCompetentEnglishpointer
Low quality gif:
The text was updated successfully, but these errors were encountered: