Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Parveshdhull committed May 9, 2022
1 parent 767f4a0 commit 0af7e13
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions src/quo/react_native.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down
4 changes: 2 additions & 2 deletions src/status_im/switcher/bottom_tabs.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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]])

0 comments on commit 0af7e13

Please sign in to comment.