meliorence / meliorence/react-native-snap-carousel
error while updating property 'transform' of a view managed by rctview
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10.5k
- Forks
- 2.3k
- PR merge metrics
- No merged PRs in 30d
Description
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 ([]).)
- [] I have read the guidelines regarding bug report.
- [] I have reviewed the documentation in its entirety, including the dedicated documentations 📚.
- [] I have searched for existing issues and made sure that the problem hasn't already been reported.
- [] I am using the latest plugin version.
- [] I am following the issue template closely in order to produce a useful bug report.
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.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with node_modules/react-native-snap-carousel/src/utils/animations.js and inspect the transform entries using animatedScale and animatedTranslate. Reproduce the RCTView transform error with the issue's example, then verify the error is resolved without removing the animations; no test or reproducible demo is provided.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100