From 333525a5c0c8757fedc4d152ee5a5f3eef0dc7df Mon Sep 17 00:00:00 2001 From: Linh Vo Date: Sat, 18 Jan 2025 08:33:31 +0700 Subject: [PATCH] fix: eslint fail --- src/components/Switch.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Switch.tsx b/src/components/Switch.tsx index 4e47967d1e1b..612d0fb0647b 100644 --- a/src/components/Switch.tsx +++ b/src/components/Switch.tsx @@ -1,5 +1,4 @@ import React, {useEffect} from 'react'; -import {InteractionManager} from 'react-native'; import Animated, {interpolateColor, useAnimatedStyle, useSharedValue, withTiming} from 'react-native-reanimated'; import useTheme from '@hooks/useTheme'; import useThemeStyles from '@hooks/useThemeStyles';