From cd43576414d390b8775aba36887e7e26781e0a6e Mon Sep 17 00:00:00 2001 From: "jinge.chen" Date: Sat, 3 Jan 2026 15:39:41 +0800 Subject: [PATCH 1/2] fix touchablewithoutfeedback onLongPress desc --- docs/touchablewithoutfeedback.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/touchablewithoutfeedback.md b/docs/touchablewithoutfeedback.md index c7e875156df..f8ffaf24664 100644 --- a/docs/touchablewithoutfeedback.md +++ b/docs/touchablewithoutfeedback.md @@ -456,7 +456,7 @@ Invoked on mount and on layout changes. ### `onLongPress` -Called if the time after `onPressIn` lasts longer than 370 milliseconds. This time period can be customized with [`delayLongPress`](#delaylongpress). +Called if the time after `onPressIn` lasts longer than 500 milliseconds. This time period can be customized with [`delayLongPress`](#delaylongpress). | Type | | -------- | From 98da6550bd071e93c7d907cd9b37bd1bf53b09ff Mon Sep 17 00:00:00 2001 From: "jinge.chen" Date: Sat, 3 Jan 2026 16:04:39 +0800 Subject: [PATCH 2/2] chore: trigger CI