refactor: Migrate UserSearch MainView_V2 to NewWrapper_V2

- Replace NewWrapper with NewWrapper_V2
- Add contentPaddingHorizontal={16} for consistent spacing
- Verify TypeScript compilation

Phase 1 continued: UserSearch screen migrated!

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2026-04-04 10:13:22 +08:00
parent 940d31bfdc
commit 3290fa99d2
3 changed files with 15 additions and 16 deletions

View File

@@ -78,7 +78,7 @@ export default function Job_ScreenBeranda2() {
contentPaddingHorizontal={16}
hideFooter
headerComponent={
<View style={{ paddingTop: 8 }}>
<View >
<SearchInput
placeholder="Cari pekerjaan"
onChangeText={_.debounce((text) => setSearch(text), 500)}