Add basic progress & LMS upload.
This commit is contained in:
@@ -14,16 +14,16 @@ function JobsStack() {
|
||||
<Stack.Screen
|
||||
name="index"
|
||||
options={{
|
||||
title: "Search",
|
||||
headerSearchBarOptions: {
|
||||
placement: "automatic",
|
||||
placeholder: "Search",
|
||||
onChangeText: (event) => {
|
||||
router.setParams({
|
||||
search: event?.nativeEvent?.text,
|
||||
});
|
||||
},
|
||||
},
|
||||
headerShown: false,
|
||||
// headerSearchBarOptions: {
|
||||
// placement: "automatic",
|
||||
// placeholder: "Search",
|
||||
// onChangeText: (event) => {
|
||||
// router.setParams({
|
||||
// search: event?.nativeEvent?.text,
|
||||
// });
|
||||
// },
|
||||
// },
|
||||
}}
|
||||
/>
|
||||
<Stack.Screen
|
||||
|
||||
Reference in New Issue
Block a user