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)
Fri, Nov 1, 11:55 AM
Unknown Object (File)
Fri, Nov 1, 11:55 AM
Unknown Object (File)
Fri, Nov 1, 11:31 AM
Unknown Object (File)
Sat, Oct 26, 9:37 PM
Unknown Object (File)
Oct 2 2024, 8:34 PM
Unknown Object (File)
Sep 30 2024, 10:23 AM
Unknown Object (File)
Sep 30 2024, 10:23 AM
Unknown Object (File)
Sep 30 2024, 10:17 AM
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