Skip to content

Conversation

M-i-k-e-l
Copy link
Collaborator

@M-i-k-e-l M-i-k-e-l commented Sep 16, 2025

Description

AnimatedImage - fix wrong load order
For some reason in RN77 the Image callbacks' order is wrong (iOS only): onLoad is called before onLoadStart - I've verified this on a new RN77 project (I did not find a ticket about this in their issues).
I've decided to keep Android and iOS aligned and not keep the correct solution for Android even though it does work there.

Edit: I've also decided not to fix this in Image, mainly because it would have required refactoring Image to a function component.

Changelog

⚠️ AnimatedImage - fix wrong load order

Additional info

Ticket 4821

@M-i-k-e-l M-i-k-e-l merged commit 2174be4 into v8 Sep 17, 2025
1 check passed
@M-i-k-e-l M-i-k-e-l deleted the fix/animated-image-load-order branch September 17, 2025 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants