diff --git a/src/status_im/extensions/core.cljs b/src/status_im/extensions/core.cljs index 55475eebae..d3ba444c31 100644 --- a/src/status_im/extensions/core.cljs +++ b/src/status_im/extensions/core.cljs @@ -396,7 +396,7 @@ (def capacities {:components {'view {:value view} - 'scroll-view {:value scroll-view} + 'scroll-view {:value scroll-view :properties {:keyboard-should-persist-taps :keyword :content-container-style :map}} 'keyboard-avoiding-view {:value react/keyboard-avoiding-view} 'text {:value text} 'touchable-opacity {:value touchable-opacity :properties {:on-press :event}} diff --git a/src/status_im/ui/screens/wallet/settings/views.cljs b/src/status_im/ui/screens/wallet/settings/views.cljs index 51477604ea..fcc8b16734 100644 --- a/src/status_im/ui/screens/wallet/settings/views.cljs +++ b/src/status_im/ui/screens/wallet/settings/views.cljs @@ -58,7 +58,7 @@ (defview settings-hook [] (letsubs [{:keys [label view]} [:get-screen-params :wallet-settings-hook] {address :address} [:account/account]] - [react/view {:style {:flex 1 :background-color colors/blue}} + [react/keyboard-avoiding-view {:style {:flex 1 :background-color colors/blue}} [status-bar/status-bar {:type :wallet}] [toolbar/toolbar {:style wallet.styles/toolbar} [toolbar/nav-button (actions/back-white #(do (re-frame/dispatch [:update-wallet])