typo fixes and code improvements
This commit is contained in:
committed by
GitHub
parent
ac4019e5d1
commit
96d14cecad
@@ -8,6 +8,7 @@ const Chat = () => {
|
||||
<SafeAreaView className="flex-1 bg-white p-5">
|
||||
<ScrollView contentContainerStyle={{ flexGrow: 1 }}>
|
||||
<Text className="text-2xl font-JakartaBold">Chat</Text>
|
||||
|
||||
<View className="flex-1 h-fit flex justify-center items-center">
|
||||
<Image
|
||||
source={images.message}
|
||||
@@ -15,9 +16,11 @@ const Chat = () => {
|
||||
className="w-full h-40"
|
||||
resizeMode="contain"
|
||||
/>
|
||||
|
||||
<Text className="text-3xl font-JakartaBold mt-3">
|
||||
No Messages Yet
|
||||
</Text>
|
||||
|
||||
<Text className="text-base mt-2 text-center px-7">
|
||||
Start a conversation with your friends and family
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user