From 42ec80f5f87509552e32c6ac197473f00c8a6e62 Mon Sep 17 00:00:00 2001 From: yashmantri Date: Wed, 20 Nov 2024 15:57:01 +0530 Subject: [PATCH] NTP-7916 | Removed animation from dashboard --- src/screens/Dashboard/PerformanceMeter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Dashboard/PerformanceMeter.tsx b/src/screens/Dashboard/PerformanceMeter.tsx index 84db7838..e9cae3f6 100644 --- a/src/screens/Dashboard/PerformanceMeter.tsx +++ b/src/screens/Dashboard/PerformanceMeter.tsx @@ -41,7 +41,7 @@ const PerformanceMeter = () => { action, }); - LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut); + // LayoutAnimation.configureNext(LayoutAnimation.Presets.easeInEaseOut); dispatch(setIsGraphExpanded(!isGraphExpanded)); };