Revert filtering onClick in Button

This commit is contained in:
Robert Long 2022-01-18 16:03:40 -08:00
parent a8cb9f290a
commit d4fec73d64

View file

@ -36,7 +36,6 @@ export const Button = forwardRef(
children, children,
onPress, onPress,
onPressStart, onPressStart,
onClick, // Use onPress instead of onClick
...rest ...rest
}, },
ref ref