Page MenuHomePhabricator

[native] introduce canCreateReactionFromMessage prop to Tooltip component
AbandonedPublic

Authored by ginsu on Jan 29 2023, 3:00 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 10:07 PM
Unknown Object (File)
Sun, Apr 28, 5:30 AM
Unknown Object (File)
Apr 17 2024, 2:10 PM
Unknown Object (File)
Apr 17 2024, 2:09 PM
Unknown Object (File)
Apr 17 2024, 1:59 PM
Unknown Object (File)
Feb 27 2024, 12:13 PM
Unknown Object (File)
Feb 27 2024, 10:29 AM
Unknown Object (File)
Feb 22 2024, 4:02 PM
Subscribers

Details

Reviewers
tomek
atul
Summary

introduce canCreateReactionFromMessage prop to Tooltip component. This will be used to conditonally render the reaction selection popover


Depends on D6447
Linear Task: ENG-2779

Test Plan

flow and this will be further tested in a subseqent diff

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu requested review of this revision.Jan 29 2023, 3:11 PM
tomek requested changes to this revision.Jan 30 2023, 4:48 AM
tomek added inline comments.
native/navigation/tooltip.react.js
752–759

Can we limit invariant usage only to the cases where it is necessary?

This revision now requires changes to proceed.Jan 30 2023, 4:48 AM

This diff is no longer relevant since we don't want canCreateReactionFromMessage in the tooltip component