Changed image viewer and added mobile feature check.
This commit is contained in:
@@ -74,7 +74,11 @@ export function JobListComponent({ bodyshop }) {
|
||||
|
||||
return (
|
||||
<View style={{ flex: 1 }}>
|
||||
<Searchbar onChangeText={onChangeSearch} value={searchQuery} />
|
||||
<Searchbar
|
||||
onChangeText={onChangeSearch}
|
||||
value={searchQuery}
|
||||
placeholder={t("joblist.labels.search")}
|
||||
/>
|
||||
<FlatList
|
||||
refreshControl={
|
||||
<RefreshControl refreshing={loading} onRefresh={onRefresh} />
|
||||
|
||||
Reference in New Issue
Block a user