Skip to content

Commit add5bef

Browse files
authored
Merge pull request #30 from JuGo-CS/JuGo-CS-patch-1
Trying the OTA [On The Air] update by commenting out the search bar.
2 parents f97fc63 + cb570f3 commit add5bef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/pages/item.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ const ItemScreen = () => {
6161
onHide={() => setToastVisible(false)}
6262
/>
6363

64-
<SearchBar
64+
{/* <SearchBar
6565
value={searchQuery}
6666
onChangeText={setSearchQuery}
6767
onClearSearch={() => triggerToast('Search box are cleared!')}
68-
/>
68+
/> */}
6969

7070
{filteredItems.length === 0 ? (
7171
<View className="flex-1 justify-center items-center px-8 pb-32">

0 commit comments

Comments
 (0)