Revert filtering onClick in Button
This commit is contained in:
parent
a8cb9f290a
commit
d4fec73d64
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ export const Button = forwardRef(
|
||||||
children,
|
children,
|
||||||
onPress,
|
onPress,
|
||||||
onPressStart,
|
onPressStart,
|
||||||
onClick, // Use onPress instead of onClick
|
|
||||||
...rest
|
...rest
|
||||||
},
|
},
|
||||||
ref
|
ref
|
||||||
|
|
Loading…
Add table
Reference in a new issue