-
-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animation dosn't work in web #625
Comments
Hey @joker-777, I'm here to help you with any bugs, questions, or contributions you might have. Let's figure this out together! To resolve the issue where the animation for the carousel works on Android but not on the web in React Native, you need to ensure that the Here is a step-by-step guide to ensure
By following these steps, you should be able to resolve the issue and have the carousel animation working on both Android and the web in React Native [1][2]. |
same here. Does somebody have any workaround or way to resolve it? Web support is important for me |
same problem. |
I have same issue on animate auto play and can not scroll my items can anybody help me? |
Updating to the Alpha version worked for me and others: #509 (comment) |
Same problem. Carousel doesn't loop, doesn't show animations. I'm using latest |
check this out #509 (comment) |
Hello. I am facing the same issue. Unfortunately, updating to the alpha version did not help me. Do you have any updates on the issue? |
@nagykrisztianendre Yes, I tried it yesterday too and the whole gallery didn't show up at all. Instead, I saw warnings related to the |
@joker-777 For me, the carousel did show up, but it was stuck on the first item. I also saw a warning related to react-native-gesture-handler. |
@nagykrisztianendre Hmm, ok, then I have to check again why it didn't show up. Anyway, as a workaround, I use the swiperjs for web. |
I was finally able to resolve the issue after making the following changes:
After applying these changes, everything worked perfectly for me. Hopefully, this helps anyone else facing similar issues! |
Are you using Expo SDK51? I am facing a similar issue, where react-native-reanimated-carousel is working on native but not working on web. Since I am using Expo SKD51 which uses Metro to bundle, I don't have an webpack.config.js but a metro.config.js. So far there was no need to make use of a metro.config.js, but to solve this I added a basic config. I followed a similar approach to yours:
But after applying these changes, I still don't have a functioning carousel on web. Any ideas? |
@Seborider Use Version above 4.0.0 or 4.0.0-canary.17 it'll work |
@nagykrisztianendre were you abel to fix the issue with teh carousel getting stuck at index 0? I'm not able to scrollTo anymore |
The carousel works on Android but not on the web. There is no animation. It looks like I'm not the only one with this problem. https://www.reddit.com/r/reactnative/comments/1arwpwr/react_native_reanimated_carousel_not_working_for/
The text was updated successfully, but these errors were encountered: