From fd50e4281c21da6310d895fa6ec41c8b6b81803f Mon Sep 17 00:00:00 2001 From: Ibrahem Khalil Date: Tue, 23 Jan 2024 12:52:34 +0200 Subject: [PATCH] Add scroll view to profile tab (#18448) --- src/status_im/contexts/shell/share/profile/view.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/contexts/shell/share/profile/view.cljs b/src/status_im/contexts/shell/share/profile/view.cljs index e82c6033a4..f67793941b 100644 --- a/src/status_im/contexts/shell/share/profile/view.cljs +++ b/src/status_im/contexts/shell/share/profile/view.cljs @@ -21,7 +21,8 @@ abbreviated-url (address/get-abbreviated-profile-url universal-profile-url) emoji-hash-string (string/join emoji-hash)] - [:<> + [rn/scroll-view + {:content-container-style {:padding-bottom 16}} [rn/view {:style style/qr-code-container} [qr-codes/share-qr-code {:type :profile