Improve search layouts.
This commit is contained in:
@@ -11,6 +11,8 @@ export default function SearchLayout() {
|
||||
headerSearchBarOptions: {
|
||||
placement: "automatic",
|
||||
placeholder: "Search",
|
||||
autoFocus: true,
|
||||
shouldShowHintSearchIcon: true,
|
||||
onChangeText: (event) => {
|
||||
router.setParams({
|
||||
globalSearch: event?.nativeEvent?.text,
|
||||
|
||||
Reference in New Issue
Block a user