useLayoutEffect(() => {
    Animated.timing(translateBanner, {
      toValue: { x: 0, y: 0 },
      duration: 400,
      useNativeDriver: true