fix Issue with scrolling WalletConnect transaction on Android (#20867)
This commit is contained in:
parent
ff88049a08
commit
402eb8397d
|
@ -1,14 +1,14 @@
|
||||||
(ns status-im.common.raw-data-block.view
|
(ns status-im.common.raw-data-block.view
|
||||||
(:require [quo.core :as quo]
|
(:require [quo.core :as quo]
|
||||||
[react-native.core :as rn]
|
[react-native.gesture :as gesture]
|
||||||
[status-im.common.raw-data-block.style :as style]))
|
[status-im.common.raw-data-block.style :as style]))
|
||||||
|
|
||||||
(defn view
|
(defn view
|
||||||
[data]
|
[data]
|
||||||
[rn/scroll-view
|
[gesture/scroll-view
|
||||||
{:style style/container
|
{:style style/container}
|
||||||
:content-container-style style/content}
|
|
||||||
[quo/text
|
[quo/text
|
||||||
{:size :paragraph-2
|
{:size :paragraph-2
|
||||||
|
:style style/content
|
||||||
:weight :code}
|
:weight :code}
|
||||||
data]])
|
data]])
|
||||||
|
|
Loading…
Reference in New Issue