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]])