Page MenuHomePhabricator

[native] Migrate ReactionSelectionPopover component to Reanimated V2 API
ClosedPublic

Authored by angelika on Dec 11 2024, 10:41 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 6, 5:13 PM
Unknown Object (File)
Mon, Mar 3, 6:21 AM
Unknown Object (File)
Sat, Mar 1, 5:43 AM
Unknown Object (File)
Thu, Feb 27, 10:47 AM
Unknown Object (File)
Thu, Feb 27, 5:11 AM
Unknown Object (File)
Tue, Feb 18, 10:07 AM
Unknown Object (File)
Mon, Feb 17, 7:10 AM
Unknown Object (File)
Sun, Feb 16, 5:20 PM
Subscribers
None

Details

Summary

A straightforward migration: use progressV2 shared value and use useAnimatedStyle instead of useMemo.

Depends on D14123

Test Plan

Open up text message tooltip and verify the reactions popover is animated correctly.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

angelika held this revision as a draft.

Put animationStyle in useMamo

This revision is now accepted and ready to land.Dec 11 2024, 7:55 PM

Rebase and address feedback