File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
(ns status-im.contexts.wallet.share-community-channel.view
2
2
(:require
3
- [quo.core :as quo]
4
- [react-native.core :as rn]
5
- [react-native.safe-area :as safe-area]
6
- [status-im.common.qr-codes.view :as qr-codes]
7
- [status-im.contexts.wallet.share-community-channel.style :as style]
8
- [utils.i18n :as i18n]
9
- [utils.image-server :as image-server]
10
- [utils.re-frame :as rf]))
3
+ [quo.core :as quo]
4
+ [react-native.core :as rn]
5
+ [react-native.safe-area :as safe-area]
6
+ [status-im.common.qr-codes.view :as qr-codes]
7
+ [status-im.contexts.wallet.share-community-channel.style :as style]
8
+ [utils.i18n :as i18n]
9
+ [utils.image-server :as image-server]
10
+ [utils.re-frame :as rf]))
11
11
12
12
(defn view
13
13
[]
27
27
[quo/overlay {:type :shell }
28
28
[rn/view
29
29
{:style {:padding-top padding-top}
30
- :key :share-community }
30
+ :key :share-community }
31
31
[quo/page-nav
32
32
{:icon-name :i/close
33
33
:on-press #(rf/dispatch [:navigate-back ])
You can’t perform that action at this time.
0 commit comments