upd: pressout jadi press
This commit is contained in:
@@ -11,7 +11,7 @@ type Props = {
|
||||
export default function ButtonSelect({ value, onPress, round }: Props) {
|
||||
return (
|
||||
<View style={[Styles.mv15]}>
|
||||
<Pressable onPressOut={onPress}>
|
||||
<Pressable onPress={onPress}>
|
||||
<View style={[Styles.inputRoundForm, Styles.inputRoundFormRight, round && Styles.round30, Styles.pv10]}>
|
||||
<Feather name="arrow-right-circle" size={20} color="black" />
|
||||
<Text style={[Styles.cBlack]}>{value}</Text>
|
||||
|
||||
Reference in New Issue
Block a user