upd: pressout jadi press
This commit is contained in:
@@ -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" />
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user