Add profile screen in profile stack
Fixes #7437 Signed-off-by: Gheorghe Pinzaru <feross95@gmail.com>
This commit is contained in:
parent
45dae49fc0
commit
ea3735d938
|
@ -3,6 +3,7 @@
|
||||||
[status-im.ui.screens.profile.user.views :as profile.user]
|
[status-im.ui.screens.profile.user.views :as profile.user]
|
||||||
[status-im.ui.screens.ens.views :as ens]
|
[status-im.ui.screens.ens.views :as ens]
|
||||||
[status-im.ui.screens.contacts-list.views :as contacts-list]
|
[status-im.ui.screens.contacts-list.views :as contacts-list]
|
||||||
|
[status-im.ui.screens.profile.contact.views :as profile.contact]
|
||||||
[status-im.ui.screens.profile.photo-capture.views :as photo-capture]
|
[status-im.ui.screens.profile.photo-capture.views :as photo-capture]
|
||||||
[status-im.ui.screens.bootnodes-settings.edit-bootnode.views
|
[status-im.ui.screens.bootnodes-settings.edit-bootnode.views
|
||||||
:as
|
:as
|
||||||
|
@ -63,6 +64,8 @@
|
||||||
:component ens/name-details}
|
:component ens/name-details}
|
||||||
{:name :blocked-users-list
|
{:name :blocked-users-list
|
||||||
:component contacts-list/blocked-users-list}
|
:component contacts-list/blocked-users-list}
|
||||||
|
{:name :profile
|
||||||
|
:component profile.contact/profile}
|
||||||
{:name :profile-photo-capture
|
{:name :profile-photo-capture
|
||||||
:component photo-capture/profile-photo-capture}
|
:component photo-capture/profile-photo-capture}
|
||||||
{:name :bootnodes-settings
|
{:name :bootnodes-settings
|
||||||
|
|
Loading…
Reference in New Issue