Remove all status-im.ui.components.react usages in status-im2 (#17750)

This commit is contained in:
Ajay Sivan 2023-10-30 06:37:28 -07:00 committed by GitHub
parent cebec10aa5
commit abbf29d4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 10 deletions

View File

@ -2,10 +2,10 @@
(:require
[quo.components.selectors.reaction-resource :as reactions.resource]
[quo.core :as quo]
[react-native.clipboard :as clipboard]
[react-native.core :as rn]
[react-native.gesture :as gesture]
[reagent.core :as reagent]
[status-im.ui.components.react :as react]
[status-im2.common.contact-list-item.view :as contact-list-item]
[status-im2.constants :as constants]
[status-im2.contexts.chat.composer.reply.view :as reply]
@ -119,7 +119,7 @@
(when (and (not (or deleted? deleted-for-me?))
(not= content-type constants/content-type-audio))
[{:type :main
:on-press #(react/copy-to-clipboard
:on-press #(clipboard/set-string
(reply/get-quoted-text-with-mentions
(get content :parsed-text)))
:label (i18n/label :t/copy-text)

View File

@ -2,12 +2,9 @@
(:require
[quo.foundations.colors :as colors]
[quo.foundations.typography :as typography]
[status-im.ui.components.react :as react]))
[react-native.core :as rn]))
(def screen-width
(-> "window"
react/get-dimensions
:width))
(def screen-width (:width (rn/get-window)))
(defn scale-dimensions
"Scale a given height and width to be maximum percentage allowed of the screen width"
@ -82,4 +79,3 @@
{:height 170})
{:overflow :hidden
:border-radius 12}))

View File

@ -6,7 +6,6 @@
[quo.theme :as quo.theme]
[react-native.core :as rn]
[reagent.core :as reagent]
[status-im.ui.components.react :as react]
[status-im2.common.scroll-page.view :as scroll-page]
[status-im2.contexts.communities.actions.community-options.view :as options]
[status-im2.contexts.communities.discover.style :as style]
@ -117,7 +116,7 @@
featured-communities
view-type
selected-tab]}]
[react/animated-view
[rn/view
[screen-title]
(when (pos? featured-communities-count)
[:<>