-
-
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
[Expo SDK 50] [alpha.x] Weird animation issue #590
Comments
Hello @BrodaNoel! 👋 I'm Dosu, a bot here to assist you with bug resolutions, answer your questions, and guide you on becoming a contributor. While you're waiting for a human maintainer, I'm here to help you out. I'm currently reviewing your issue about the animation problem you're facing with |
RPReplay_Final1713740178.mp4 |
BTW, yes, my component is wrapper with |
This issue seems to be quite similar to the one that is being solved in #576 It maaay be fixed after merging it. |
The issue you're experiencing with the
|
I'm having the same issue with the minimum version of this Carousel: render() {
const { spots } = this.state;
if (spots && spots.length) {
return (
<Carousel
// ref={ref => (this.carousel = ref)}
// mode="parallax"
// loop={false}
// scrollAnimationDuration={200}
width={WIDTH}
height={HEIGHT}
data={spots}
renderItem={SpotPreviewWrapper}
// windowSize={2}
// onSnapToItem={this.onIndexChange}
// modeConfig={{
// parallaxScrollingScale: 0.75,
// parallaxAdjacentItemScale: 0.75,
// parallaxScrollingOffset: 80,
// }}
/>
);
}
return null;
} trim.263A488F-D255-4E36-9F61-CCD15E4649E5.MOV |
This is the new behavior after implementing 574 and 576 trim.1234137D-3180-4B3E-8857-F6FF4FB85F9F.MOV |
Check the "image indicator" (1/2 photos... 2/2 photos), in the middle, below, inside the photo. That number is the current index of the carousel. In the video you can see that it doesn't move properly when you swipe the photo to change it. It seems like it's called later or something like that. trim.7D5AD0B9-4EDE-4AB4-9576-FCD504B980AB.MOV |
Hi, @BrodaNoel. I'm Dosu, and I'm helping the react-native-reanimated-carousel team manage their backlog. I'm marking this issue as stale. Issue Summary:
Next Steps:
Thank you for your understanding and contribution! |
Yes. It is still relevant. |
Describe the bug
I had upgraded to Expo SDK 50, and now I'm getting a cosmetic issue.
I'm going to upload a video in the following comment, showing what is happening.
I was using
alpha0
with SDK 49 and this issue was NOT pressent.I tried
alpha0
on SDK 50 andalpha10
, and in both situations the issue still there.If you check in the video, there are 2 different Carousels. Here are the implementations:
All these carousel were working well since years ago.
Screenshots
Video in the next comment
Versions (please complete the following information):
Smartphone:
The text was updated successfully, but these errors were encountered: