react native - In Expo Tabs screen getting fade with or without animation. a white glitch - Stack Overflow

admin2025-04-16  3

screen getting fade on changing screen. I tried to change the animation there is white blur/glitch effect. Anyone can help me please. I also tried none but there is also white glitch.

<Tabs
  screenOptions={{
    headerShown: false,
    animation: "shift",
    transitionSpec: {
      animation: "timing",
      config: { easing: Easing.linear }
    },
  }}>
转载请注明原文地址:http://anycun.com/QandA/1744797575a87759.html