From 94fbd40c9676c06a52c375965de44b25fa1e228b Mon Sep 17 00:00:00 2001 From: Ben Goldberg Date: Mon, 20 Nov 2023 15:31:54 -0800 Subject: [PATCH] lint --- .../ButtonPressAnimation/ButtonPressAnimation.android.tsx | 1 + src/components/animations/HourglassAnimation.tsx | 1 + .../src/charts/linear/ChartPath.tsx | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx b/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx index 5ff89a776a6..4a6765b7df3 100644 --- a/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx +++ b/src/components/animations/ButtonPressAnimation/ButtonPressAnimation.android.tsx @@ -157,6 +157,7 @@ const ScaleButton = ({ hitSlop={-overflowMargin} onGestureEvent={gestureHandler} rippleColor={transparentColor} + // @ts-ignore style={sx.overflow} > diff --git a/src/components/animations/HourglassAnimation.tsx b/src/components/animations/HourglassAnimation.tsx index 80ddf585744..5487bcb437b 100644 --- a/src/components/animations/HourglassAnimation.tsx +++ b/src/components/animations/HourglassAnimation.tsx @@ -84,6 +84,7 @@ export default function HourglassAnimation() { d="M73.173,6 L73.173,37.356 L72.389,42.825 L73.173,48.295 L73.173,79.65 L47,79.65 L47,47.752 L49.095,42.825 L47,37.898 L47,6 L73.173,6 Z M60.389,33.872 C58.972,33.872 55.698,36.856 50.569,42.825 C55.698,48.795 58.972,51.779 60.389,51.779 C61.762,51.779 65.134,48.794 70.505,42.825 C65.134,36.857 61.762,33.872 60.389,33.872 Z" fill={accentColor} id="hourglass-sand-mask" + // @ts-ignore style={animatedSandStyles} transform="translate(0, 0)" /> diff --git a/src/react-native-animated-charts/src/charts/linear/ChartPath.tsx b/src/react-native-animated-charts/src/charts/linear/ChartPath.tsx index bf7877394e5..4c7a4bb9e41 100644 --- a/src/react-native-animated-charts/src/charts/linear/ChartPath.tsx +++ b/src/react-native-animated-charts/src/charts/linear/ChartPath.tsx @@ -369,6 +369,7 @@ const ChartPathInner = React.memo( }); return ( + // @ts-ignore