File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 7
7
:padding-left 20
8
8
:align-items :flex-start })
9
9
10
+ (def button-wrapper
11
+ {:padding-top 8
12
+ :padding-bottom 16
13
+ :padding-horizontal 20 })
14
+
10
15
(defn header-container
11
16
[border-radius theme margin-top]
12
17
(reanimated/apply-animations-to-style
Original file line number Diff line number Diff line change 3
3
[quo.foundations.colors :as colors]
4
4
[quo.theme]
5
5
[react-native.core :as rn]
6
+ [status-im.common.not-implemented]
6
7
[status-im.common.scalable-avatar.view :as avatar]
7
8
[status-im.contexts.profile.contact.header.style :as style]
8
9
[status-im.contexts.profile.utils :as profile.utils]
10
+ [utils.i18n :as i18n]
9
11
[utils.re-frame :as rf]))
10
12
11
13
(defn view
31
33
{:title full-name
32
34
:description :text
33
35
:description-text bio
34
- :emoji-dash emoji-hash}]]))
36
+ :emoji-dash emoji-hash}]
37
+ [rn/view {:style style/button-wrapper}
38
+ [quo/button
39
+ {:on-press status-im.common.not-implemented/alert
40
+ :icon-left :i/add-user }
41
+ (i18n/label :t/send-contact-request )]]]))
You can’t perform that action at this time.
0 commit comments