You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug onLoad, onLoadStart, onLoadEnd events not arriving in order on Android. This is happens more often with GIF images. Probably due to the events being emitted asynchronously.
To Reproduce
On Android, choose a GIF Image
Notice that the order of onLoad, onLoadStart, onLoadEnd is not reliable
Expected behavior onLoadStart to be called first then onLoad and finally onLoadEnd.
I think the bug is not on react-native-fast-image turns out that we were using a patched version and we forgot about it. The bug is probably in that patch.
Describe the bug
onLoad
,onLoadStart
,onLoadEnd
events not arriving in order on Android. This is happens more often with GIF images. Probably due to the events being emitted asynchronously.To Reproduce
onLoad
,onLoadStart
,onLoadEnd
is not reliableExpected behavior
onLoadStart
to be called first thenonLoad
and finallyonLoadEnd
.Screenshots
We have this issue for more details: Expensify/App#15288
Dependency versions
The text was updated successfully, but these errors were encountered: