Move ChatList header outside center
This commit is contained in:
@@ -206,8 +206,8 @@ export function MessagesScreen({navigation, route}: Props) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Layout.Screen testID="messagesScreen" temp__enableWebBorders>
|
<Layout.Screen testID="messagesScreen" temp__enableWebBorders>
|
||||||
|
<Header newChatControl={newChatControl} />
|
||||||
<Layout.Center>
|
<Layout.Center>
|
||||||
<Header newChatControl={newChatControl} />
|
|
||||||
<NewChat onNewChat={onNewChat} control={newChatControl} />
|
<NewChat onNewChat={onNewChat} control={newChatControl} />
|
||||||
<List
|
<List
|
||||||
data={conversations}
|
data={conversations}
|
||||||
|
|||||||
Reference in New Issue
Block a user