// Dependencies import React from 'react'; import { ChannelList, useAuth } from 'react-native-chatting'; import { Button, Image, View } from 'react-native'; // Logo import logo from '@app/assets/logo.png'; /** * Defines the list of channels. * @returns The channes list. */ export function ChannelListScreen(): React.ReactElement { const { signOut } = useAuth(); return (