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

error while updating property 'transform' of a view managed by rctview

Open harish-narra opened this issue 11 months ago • 0 comments

Is this a bug report, a feature request, or a question?

(Write your answer here.)

Have you followed the required steps before opening a bug report?

(Check the step you've followed - put an x character between the square brackets ([]).)

Have you made sure that it wasn't a React Native bug?

(Write your answer here.)

Is the bug specific to iOS or Android? Or can it be reproduced on both platforms?

(Write your answer here and specify the iOS/Android versions on which you've been able to reproduce the issue.)

Is the bug reproductible in a production environment (not a debug one)?

(Write your answer here.)

Environment

(Write your answer here.)

Expected Behavior

(Write what you thought would happen.)

Actual Behavior

(Write what happened. Add screencasts/screenshots!)

Reproducible Demo

(Paste the link to a Snack example in which the issue can be reproduced. Please follow the guidelines for providing a Minimal, Complete, and Verifiable example.)

Steps to Reproduce

node_modules/react-native-snap-carousel/src/utils/animations.js

transform: [

  •        { ...animatedScale },
    
  •        { ...animatedTranslate }
    
  •    ]
    

When I was commented above lines of code, working fine, but animations are not applying

(Write your steps so that anyone can reproduce the issue in the Snack demo you provided.)

harish-narra avatar Aug 08 '23 11:08 harish-narra