From c705dbaa2fcaf0dc808dd22a6138e9d7feb901da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 10 Dec 2021 13:18:38 +0100 Subject: [PATCH] fix(rn,breakout-rooms) fix not rendering display names --- .../breakout-rooms/components/native/CollapsibleRoom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/features/breakout-rooms/components/native/CollapsibleRoom.js b/react/features/breakout-rooms/components/native/CollapsibleRoom.js index cbdcdb4c94..525301894e 100644 --- a/react/features/breakout-rooms/components/native/CollapsibleRoom.js +++ b/react/features/breakout-rooms/components/native/CollapsibleRoom.js @@ -65,7 +65,7 @@ export const CollapsibleRoom = ({ room }: Props) => { horizontal = { false } keyExtractor = { _keyExtractor } // eslint-disable-next-line react/jsx-no-bind - renderItem = { item => } + renderItem = { ({ item: participant }) => } showsHorizontalScrollIndicator = { false } windowSize = { 2 } />}