diff --git a/packages/unstyled/image-viewer/src/ImageViewerContent.tsx b/packages/unstyled/image-viewer/src/ImageViewerContent.tsx index 3d44dbe0e..2b07e06a8 100644 --- a/packages/unstyled/image-viewer/src/ImageViewerContent.tsx +++ b/packages/unstyled/image-viewer/src/ImageViewerContent.tsx @@ -147,6 +147,9 @@ const ImageViewerContent = ( Gesture.Simultaneous(pinchGesture, panGesture) ); + // This type error is coming from reanimated and react native types itself + // https://github.com/software-mansion/react-native-reanimated/issues/4548 + // @ts-ignore const animatedStyle = useAnimatedStyle(() => { runOnJS(setScale)(scale.value); if (scale.value <= 1) {