import { Avatar } from 'components/avatar'; import { Button } from 'components/button'; import { Col, Row } from 'components/layout'; import { Text } from 'components/text'; import { metrics } from 'config'; import { useResponsiveLayout } from 'hooks'; import { MessageFragment } from 'expo-schema'; const { STYLES: { radius: { card }, }, } = metrics; export const RoomCreated: React.FC = ({ message }) => { const { userName, userProfilePhotoUrl } = message; const { isMobile } = useResponsiveLayout(); const size = isMobile ? 30 : 38; return ( {userName?.first} {''} {userName?.last} create audio room