import React from "react"; import { View, Text } from "react-native"; export default function ScreenMessagingList() { return ( A list of conversations. ); }