Skip to content

Edit Profile

Milan John Paul Digiuseppe requested to merge milan/edit-profile into master

Changes

  • added EditProfileModal
  • DismissKeyboardView utility component
  • GeoButton: fixed full width styling, modified props, refactored use cases
  • redux: added UserSlice to hold avatar uri and user name. Populated on login. Refactored UI to use UserSlice instead of AuthSlice

RPReplay_Final1598381520

Notes:

  • you can see some flickering of the first avatar pic. I think this is because RN is fetching the image from the firebase url and not caching it well
  • editing profile will need to hit the BE at some point

Merge request reports