upd: pressout jadi press

This commit is contained in:
amel
2025-03-13 11:58:02 +08:00
parent 99b7fb656f
commit 5e94c60a2f
7 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ export default function SelectForm({ label, value, placeholder, onPress, info, e
</Text>
)
}
<Pressable onPressOut={onPress}>
<Pressable onPress={onPress}>
<View style={[Styles.inputRoundForm, Styles.inputRoundFormRight, error && { borderColor: "red" }, round && Styles.round30, Styles.pv10, { backgroundColor: bg && bg == 'white' ? 'white' : 'transparent' }]}>
<Feather name="chevron-right" size={20} color="grey" />
{