Details
Details
flow and ths will be further tested in a subsequent diff
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
native/chat/reaction-message-utils.js | ||
---|---|---|
31–41 ↗ | (On Diff #20460) | The TooltipEntry onPress type in the master branch has viewerID set to maybe, I think this is something we can do when we work on ENG-2626 |
101–118 ↗ | (On Diff #20460) | We can create a helper function for just creating the starting payload, but since native is using dispatchFunctions and bindServerCall and web are using the hook equivalents with useServerCall() and useDispatchActionPromise(), sharing that part of code is going to be tricky |
native/chat/reaction-message-utils.js | ||
---|---|---|
101–118 ↗ | (On Diff #20460) | Ok, makes sense |