Fixed issues for demo.
This commit is contained in:
@@ -4,7 +4,7 @@ import { View, Text } from "react-native";
|
||||
export default function ScreenMessagingConversation({ navigation }) {
|
||||
return (
|
||||
<View>
|
||||
<Text>The detailed conversation</Text>
|
||||
<Text></Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user