|
@@ -382,7 +382,7 @@ const MessagesScreen = () => {
|
|
|
</TouchableOpacity>
|
|
|
</View>
|
|
|
|
|
|
- <View style={[{ paddingHorizontal: '4%' }]}>
|
|
|
+ {/* <View style={[{ paddingHorizontal: '4%' }]}>
|
|
|
<Input
|
|
|
inputMode={'search'}
|
|
|
placeholder={'Search'}
|
|
@@ -391,7 +391,7 @@ const MessagesScreen = () => {
|
|
|
icon={<SearchIcon fill={'#C8C8C8'} width={14} height={14} />}
|
|
|
height={38}
|
|
|
/>
|
|
|
- </View>
|
|
|
+ </View> */}
|
|
|
|
|
|
<HorizontalTabView
|
|
|
index={index}
|