pretty, lint, type check
This commit is contained in:
@@ -1,21 +1,17 @@
|
||||
import React from "react";
|
||||
import { View } from "react-native";
|
||||
import SearchBarComponent from "../../components/V2/SearchBar";
|
||||
import React from 'react';
|
||||
import { View } from 'react-native';
|
||||
import SearchBarComponent from '../../components/V2/SearchBar';
|
||||
|
||||
// search with all parameters from search bar function
|
||||
|
||||
// return to search bar auto completion thing
|
||||
|
||||
export class SearchQueryObject {
|
||||
|
||||
}
|
||||
|
||||
const SearchView = () => {
|
||||
return (
|
||||
<View style={{ display: 'flex', flexDirection: 'column', padding: 3 }} >
|
||||
<SearchBarComponent query={"undefined"} />
|
||||
<View style={{ display: 'flex', flexDirection: 'column', padding: 3 }}>
|
||||
<SearchBarComponent />
|
||||
</View>
|
||||
)
|
||||
}
|
||||
);
|
||||
};
|
||||
|
||||
export default SearchView;
|
||||
export default SearchView;
|
||||
|
||||
Reference in New Issue
Block a user