From d640a4c07fd95657158203a144702f9e40a67e40 Mon Sep 17 00:00:00 2001 From: Nitin Chaudhary Date: Sun, 11 Jan 2026 11:05:58 +0530 Subject: [PATCH] Fix: Disable decrease counter button when value is 0 - Added disabled prop to decrease button when counter title === 0 - Added accessibilityState to properly announce disabled state to screen readers - Improves accessibility by clearly indicating when decrease action is unavailable --- NewArch/src/examples/ButtonExamplePage.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NewArch/src/examples/ButtonExamplePage.tsx b/NewArch/src/examples/ButtonExamplePage.tsx index e5c09bcc..a9626905 100644 --- a/NewArch/src/examples/ButtonExamplePage.tsx +++ b/NewArch/src/examples/ButtonExamplePage.tsx @@ -121,7 +121,9 @@ export const ButtonExamplePage: React.FunctionComponent<{route?: any; navigation }}>