// @flow import React from 'react'; import { View } from 'react-native'; import { useSelector } from 'react-redux'; // import { getLobbyState } from '../../../lobby/functions'; import { LobbyParticipantItem } from './LobbyParticipantItem'; import { participants } from './participants'; export const LobbyParticipantList = () => null;