decrease press delay
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user