upd: pressout jadi press
This commit is contained in:
@@ -8,7 +8,7 @@ type PropsBtnHeader = {
|
||||
|
||||
export function ButtonHeader({ onPress, item }: PropsBtnHeader) {
|
||||
return (
|
||||
<Pressable onPressOut={() => {onPress()}}>
|
||||
<Pressable onPress={() => {onPress()}}>
|
||||
<View style={[Styles.btnIconHeader]}>
|
||||
{item}
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user