diff --git a/app/components/post_list/post/body/content/image_preview/image_preview.tsx b/app/components/post_list/post/body/content/image_preview/image_preview.tsx index 3adc4cd80..67d60fa27 100644 --- a/app/components/post_list/post/body/content/image_preview/image_preview.tsx +++ b/app/components/post_list/post/body/content/image_preview/image_preview.tsx @@ -2,7 +2,8 @@ // See LICENSE.txt for license information. import React, {useCallback, useEffect, useRef, useState} from 'react'; -import {Animated, StyleSheet, TouchableWithoutFeedback, View} from 'react-native'; +import {StyleSheet, TouchableWithoutFeedback, View} from 'react-native'; +import Animated from 'react-native-reanimated'; import {getRedirectLocation} from '@actions/remote/general'; import FileIcon from '@components/files/file_icon';