When I tap to the dislike_inactive(gray) from the like_active(yellow) it shows me all custom images…
Or vice versa, from dislike_active(yellow) to the like_inactive(gray).
Hi, === signifies deep equality, check out this article.
I assumed that you were giving likeTab text values because you were comparing them to texts ("") in the formulas, not variables. If you give likeTab and dislikeTab true/false values, you can just write:
Hi, I would have the four images like you do, then two true/false variables like and dislike with an initial value of false for both.
On component tap, I would set the variable to the opposite value with a formula: !like or !dislike.
The visibility bindings for the images would be:
Thumbs up (active) like
Thumbs up (inactive) !like
Thumbs down (active) dislike
Thumbs down (inactive) !dislike