mirror of
https://github.com/status-im/status-react.git
synced 2025-01-24 09:49:51 +00:00
Apply scroll-view rendering optimization for list of chats
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
This commit is contained in:
parent
dc37e8b2dd
commit
02cb5dc8d4
@ -74,7 +74,7 @@
|
||||
[react/view {:style styles/add-new}
|
||||
[icons/icon :icons/add {:style {:tint-color :white}}]]]]
|
||||
[react/view {:style styles/chat-list-separator}]
|
||||
[react/scroll-view
|
||||
[react/scroll-view {:enableArrayScrollingOptimization true}
|
||||
[react/view
|
||||
(for [[index chat] (map-indexed vector home-items)]
|
||||
^{:key (first chat)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user