HomePhabricator
Diffusion Comm 224ab8302118

[native] Migrate TextMessageTooltipButton to Reanimated V2 API

Description

[native] Migrate TextMessageTooltipButton to Reanimated V2 API

Summary:
A straightforward migration: use progressV2 shared value, use useAnimatedStyle instead of useMemo and put interpolate in a worklet.

Depends on D14121

Test Plan: Open up text message tooltip and verify it's animated correctly.

Reviewers: ashoat, tomek

Reviewed By: ashoat

Differential Revision: https://phab.comm.dev/D14122

Details