diff --git a/src/status_im2/contexts/chat/messages/content/reactions/view.cljs b/src/status_im2/contexts/chat/messages/content/reactions/view.cljs index 495fee9186..7f0ee49546 100644 --- a/src/status_im2/contexts/chat/messages/content/reactions/view.cljs +++ b/src/status_im2/contexts/chat/messages/content/reactions/view.cljs @@ -40,10 +40,12 @@ (let [reactions (rf/sub [:chats/message-reactions message-id chat-id])] [:<> (when (seq reactions) - [rn/view - {:style {:margin-left 52 - :margin-bottom 12 - :flex-direction :row}} + [rn/scroll-view + {:shows-horizontal-scroll-indicator false + :horizontal true + :style {:margin-left 52 + :margin-bottom 12 + :flex-direction :row}} (for [{:keys [own emoji-id quantity emoji-reaction-id] :as emoji-reaction} reactions] ^{:key emoji-reaction}