decrease press delay

This commit is contained in:
Hailey
2024-05-02 09:49:34 -07:00
parent 8314f3d00e
commit 55dd945e7f
+1 -1
View File
@@ -51,7 +51,7 @@ export const GrowWrapper = function GrowWrapper({
return ( return (
<AnimatedPressable <AnimatedPressable
style={animatedStyle} style={animatedStyle}
unstable_pressDelay={300} unstable_pressDelay={200}
onPressIn={grow} onPressIn={grow}
onTouchEnd={shrink}> onTouchEnd={shrink}>
{children} {children}