Intead of passing in UserAvatar as React.Node as a prop to EditUserAvatar, we pass ?userID as a prop and render UserAvatar "inside" EditUserAvatar.
Depends on D7507
Paths
| Differential D7508 Authored by atul on Apr 18 2023, 3:47 PM.
Details Summary Intead of passing in UserAvatar as React.Node as a prop to EditUserAvatar, we pass ?userID as a prop and render UserAvatar "inside" EditUserAvatar. Depends on D7507 Test Plan
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptApr 18 2023, 3:47 PM2023-04-18 15:47:19 (UTC-7) atul edited the test plan for this revision. (Show Details)Apr 18 2023, 4:00 PM2023-04-18 16:00:55 (UTC-7) Harbormaster completed remote builds in B18485: Diff 25316.Apr 18 2023, 4:04 PM2023-04-18 16:04:59 (UTC-7) This revision is now accepted and ready to land.Apr 19 2023, 6:03 AM2023-04-19 06:03:56 (UTC-7) Closed by commit rCOMM912799556ba0: [native] Move `UserAvatar` "inside" `EditUserAvatar` (authored by atul). · Explain WhyApr 19 2023, 9:28 AM2023-04-19 09:28:48 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 25354 native/avatars/edit-user-avatar.react.js
native/profile/profile-screen.react.js
|