https://linear.app/comm/issue/ENG-8150/convert-fullscreenviewmodal-to-reanimated-2-syntax
Migrate single tap gesture.
On single tap:
- if tap is on buttons then don't do anything
- toggle the buttons on tap
There is also logic not really related to single tap gesture that is contained in singleTapUpdate and I've migrated it too:
- if the image just became unzoomed and close button is hidden then toggle close button
- if the image just because unzoomed then toggle action links
I've put it in useAnimatedReaction.
Depends on D14303