diff --git a/src/components/contacts/FindContactsBannerNUX.tsx b/src/components/contacts/FindContactsBannerNUX.tsx index f4c93e30a8..a302359297 100644 --- a/src/components/contacts/FindContactsBannerNUX.tsx +++ b/src/components/contacts/FindContactsBannerNUX.tsx @@ -1,6 +1,5 @@ import {useMemo} from 'react' import {View} from 'react-native' -import Animated, {FadeOut} from 'react-native-reanimated' import {Image} from 'expo-image' import {LinearGradient} from 'expo-linear-gradient' import {msg, Trans} from '@lingui/macro' @@ -23,9 +22,7 @@ export function FindContactsBannerNUX() { if (!visible) return null return ( - + - + ) } function useInternalState() {