deskripsi:
- fix page: user search
- fix global-style
- fix component Text Input dan ViewWrapper ( sekarang bisa menambahkan header )
# No Issue
This commit is contained in:
2025-07-10 17:37:54 +08:00
parent 6913e9e4b5
commit 3301cf3d7a
4 changed files with 117 additions and 6 deletions

View File

@@ -89,9 +89,9 @@ const TextInputCustom = ({
disabled && GStyles.disabledBox,
]}
>
{/* {iconLeft && (
{iconLeft && (
<View style={GStyles.inputIcon}>{renderIcon(iconLeft)}</View>
)} */}
)}
<RNTextInput
style={[
GStyles.inputText,