diff --git a/app/screens/snack_bar/index.tsx b/app/screens/snack_bar/index.tsx index 9b8e798d86..3746c64ec6 100644 --- a/app/screens/snack_bar/index.tsx +++ b/app/screens/snack_bar/index.tsx @@ -6,7 +6,15 @@ import {useIntl} from 'react-intl'; import {DeviceEventEmitter, Text, TouchableOpacity, useWindowDimensions, ViewStyle} from 'react-native'; import {Gesture, GestureDetector, GestureHandlerRootView} from 'react-native-gesture-handler'; import {Navigation} from 'react-native-navigation'; -import Animated, {Extrapolation, interpolate, runOnJS, useAnimatedStyle, useSharedValue, withTiming} from 'react-native-reanimated'; +import Animated, { + Extrapolation, + FadeIn, + interpolate, + runOnJS, + useAnimatedStyle, + useSharedValue, + withTiming, +} from 'react-native-reanimated'; import Toast, {TOAST_HEIGHT} from '@components/toast'; import {Navigation as NavigationConstants, Screens} from '@constants'; @@ -185,7 +193,10 @@ const SnackBar = ({barType, componentId, onUndoPress, sourceScreen}: SnackBarPro return ( - +