feat(searchView): wip

This commit is contained in:
danis
2023-12-01 14:00:41 +01:00
parent e148f9edb8
commit 01829c7b8b
+4
View File
@@ -6,6 +6,10 @@ import SearchBarComponent from "../../components/V2/SearchBar";
// return to search bar auto completion thing
export class SearchQueryObject {
}
const SearchView = () => {
return (
<View style={{ display: 'flex', flexDirection: 'column', padding: 3 }} >