react-native-reanimated-carousel icon indicating copy to clipboard operation
react-native-reanimated-carousel copied to clipboard

Image Flickers When Swiping Carousel

Open paulokaome opened this issue 8 months ago • 2 comments

Description:

When swiping the carousel, the image flickers in the background. This issue occurs inconsistently, but it significantly affects the user experience.

Steps to Reproduce:

Open the app and navigate to the carousel. Swipe left or right to navigate through the images. Observe the background image flicker during the swipe action. Expected Behavior: The images should transition smoothly without any flickering.

Actual Behavior: The background image flickers when swiping through the carousel.

Versions (please complete the following information):

  • react: "18.2.0"
  • react-native:0.73.2-0
  • react-native-reanimated: "~3.6.2"
  • react-native-reanimated-carousel: "4.0.0-alpha.12"
  • react-native-gesture-handler: "^2.9.0"

Captura de tela 2024-06-17 130348

paulokaome avatar Jun 17 '24 16:06 paulokaome