Page MenuHomePhabricator

[native] Render the message inside of the pin modal
ClosedPublic

Authored by rohan on Apr 25 2023, 6:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 10:22 AM
Unknown Object (File)
Sun, Apr 14, 10:46 PM
Unknown Object (File)
Sun, Apr 7, 10:41 AM
Unknown Object (File)
Mar 27 2024, 8:13 PM
Unknown Object (File)
Mar 14 2024, 2:16 AM
Unknown Object (File)
Mar 7 2024, 7:17 AM
Unknown Object (File)
Feb 21 2024, 11:17 AM
Unknown Object (File)
Feb 21 2024, 6:15 AM

Details

Summary

Following the previous diff, the target message that the user is trying to pin should render inside of the toggle pin modal.

Depends on D7607

Test Plan

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rohan requested review of this revision.Apr 25 2023, 6:22 AM
rohan retitled this revision from [DRAFT] [native] Render the message inside of the pin modal to [native] Render the message inside of the pin modal.May 2 2023, 1:14 PM
rohan edited the summary of this revision. (Show Details)
rohan edited the test plan for this revision. (Show Details)
rohan added reviewers: atul, ginsu, tomek.

Looks okay at a high level, adding @ashoat as blocking since I'm not super familiar with navigation (particularly wrt flow types)

native/chat/message-result.react.js
25 ↗(On Diff #26019)

I'd maybe put a console.log("UNIMPLEMENTED") inside the body or have a TODO comment in the future?

Just to make things clearer to reader if this stack is partially landed or whatever. Probably fine to leave as-is for now.

This revision is now accepted and ready to land.May 3 2023, 7:48 AM
This revision now requires review to proceed.May 3 2023, 7:49 AM

Nav stuff looks fine. For more context on ReactNav Flow types, you can read this blog post

This revision is now accepted and ready to land.May 3 2023, 7:54 AM

Import ScrollView from react-native-gesture-handler (fixes scroll on
Android)