Skip to content

Commit

Permalink
chat content center aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishiiit01 committed Jan 21, 2021
1 parent 161789f commit 765c2f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions screens/HomeScreen/Chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { ScrollView } from 'react-native';

import { CHAT_USER } from "./dummyData/chatUser";


export default function Index() {
const [userName, setUserName] = useState('')
const [isOpen, setIsOpen] = useState(false);
Expand All @@ -33,7 +32,9 @@ export default function Index() {
<TouchableOpacity
onPress={() => handleUserChatClick()}
>
<HStack >
<HStack
alignItems={"center"}
>
< Avatar
source={{
uri: user.uri,
Expand Down

0 comments on commit 765c2f4

Please sign in to comment.