diff --git a/src/components/Toast/index.tsx b/src/components/Toast/index.tsx index 46d73d7736..131a796b3f 100644 --- a/src/components/Toast/index.tsx +++ b/src/components/Toast/index.tsx @@ -6,9 +6,10 @@ import { GestureHandlerRootView, } from 'react-native-gesture-handler' import Animated, { - FadeIn, - FadeOut, + Easing, runOnJS, + SlideInUp, + SlideOutUp, useAnimatedReaction, useAnimatedStyle, useSharedValue, @@ -173,8 +174,12 @@ function AnimatedToast({ pointerEvents="box-none"> {alive && ( setCardHeight(evt.nativeEvent.layout.height)} accessibilityRole="alert" accessible={true}