From 0af7e131f698f5385f00183aa3fc326d10025bd0 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Tue, 10 May 2022 01:24:55 +0530 Subject: [PATCH] review changes --- ...messages-new@2x.png => redesign-messages@2x.png} | Bin ...messages-new@3x.png => redesign-messages@3x.png} | Bin .../{wallet-new@2x.png => redesign-wallet@2x.png} | Bin .../{wallet-new@3x.png => redesign-wallet@3x.png} | Bin src/quo/react_native.cljs | 1 + src/status_im/switcher/bottom_tabs.cljs | 4 ++-- 6 files changed, 3 insertions(+), 2 deletions(-) rename resources/images/icons/{messages-new@2x.png => redesign-messages@2x.png} (100%) rename resources/images/icons/{messages-new@3x.png => redesign-messages@3x.png} (100%) rename resources/images/icons/{wallet-new@2x.png => redesign-wallet@2x.png} (100%) rename resources/images/icons/{wallet-new@3x.png => redesign-wallet@3x.png} (100%) diff --git a/resources/images/icons/messages-new@2x.png b/resources/images/icons/redesign-messages@2x.png similarity index 100% rename from resources/images/icons/messages-new@2x.png rename to resources/images/icons/redesign-messages@2x.png diff --git a/resources/images/icons/messages-new@3x.png b/resources/images/icons/redesign-messages@3x.png similarity index 100% rename from resources/images/icons/messages-new@3x.png rename to resources/images/icons/redesign-messages@3x.png diff --git a/resources/images/icons/wallet-new@2x.png b/resources/images/icons/redesign-wallet@2x.png similarity index 100% rename from resources/images/icons/wallet-new@2x.png rename to resources/images/icons/redesign-wallet@2x.png diff --git a/resources/images/icons/wallet-new@3x.png b/resources/images/icons/redesign-wallet@3x.png similarity index 100% rename from resources/images/icons/wallet-new@3x.png rename to resources/images/icons/redesign-wallet@3x.png diff --git a/src/quo/react_native.cljs b/src/quo/react_native.cljs index 0345a4159b01..922004475534 100644 --- a/src/quo/react_native.cljs +++ b/src/quo/react_native.cljs @@ -106,6 +106,7 @@ :property (:opacity layout-animation-properties)} :delete #js {:type (:ease-in-ease-out layout-animation-types) :property (:opacity layout-animation-properties)}}}) + (defonce enable-layout-animations (when (and platform/android? config/quo-preview-enabled?) (.setLayoutAnimationEnabledExperimental ^js ui-manager true))) diff --git a/src/status_im/switcher/bottom_tabs.cljs b/src/status_im/switcher/bottom_tabs.cljs index 32465a15bf14..a61dfc506ef5 100644 --- a/src/status_im/switcher/bottom_tabs.cljs +++ b/src/status_im/switcher/bottom_tabs.cljs @@ -23,8 +23,8 @@ (defn bottom-tabs [] [rn/animated-view {:style (styles/bottom-tabs)} - [bottom-tab :main-icons/messages-new :chats-stack] + [bottom-tab :main-icons/redesign-messages :chats-stack] [bottom-tab :main-icons/communities :communities-stack] [rn/view {:width 10}] - [bottom-tab :main-icons/wallet-new :wallet-stack] + [bottom-tab :main-icons/redesign-wallet :wallet-stack] [bottom-tab :main-icons/browser :browser-stack]])