浏览代码

disabled search

Viktoriia 8 月之前
父节点
当前提交
28a6b1d73a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/screens/InAppScreens/MessagesScreen/index.tsx

+ 2 - 2
src/screens/InAppScreens/MessagesScreen/index.tsx

@@ -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}