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
Sometimes _onFastImageXXX callback doesn't get called in iOS even though I set props.
The root cause is the props on iOS side are stored in an NSDictionary, the keys are unordered.
This means props have no guaranteed order in which they're updated.