Page MenuHomePhabricator

[native] Make EditUserAvatar component conditionally navigate to registration screens
ClosedPublic

Authored by ashoat on May 31 2023, 1:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:10 PM
Unknown Object (File)
Thu, Apr 4, 9:09 PM
Unknown Object (File)
Thu, Apr 4, 9:01 PM
Unknown Object (File)
Feb 11 2024, 12:20 AM
Unknown Object (File)
Feb 11 2024, 12:19 AM
Unknown Object (File)
Feb 11 2024, 12:07 AM
Unknown Object (File)
Feb 10 2024, 10:45 PM
Subscribers

Details

Summary

For the registration flow, we have to render different screens for camera and emoji selection.

This diff makes it possible to use EditUserAvatar in both contexts, by conditionally deciding which screen to navigate to based on EditUserAvatarContext state.

Depends on D8046

Test Plan

This was tested in combination with the rest of the stack. I tested:

  1. ENS flow, both when user has an ENS avatar and when they don't
  2. Setting an emoji avatar
  3. Setting an image avatar via camera
  4. Setting an image avatar via media library
  5. Tested avatar update flow after being logged in to make sure I didn't regress anything

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable