sdy

create ChatScreen component

import React from "react";
export default () => {
return <div>Chat screen</div>;
};