#5278 previously tracked an API change that happened to Image load with the intent of updating our own code. We changed our own native interface to conform prematurely in #5028 which made it into RNW 0.63.
The effect is that apps trying to read URL from an image load event get an undocumented breaking change a version early, that conflicts with RN typings. The existing structure did differ between iOS and Android, and the problem will resolve itself once we release 0.64.
#5278 previously tracked an API change that happened to Image load with the intent of updating our own code. We changed our own native interface to conform prematurely in #5028 which made it into RNW 0.63.
The effect is that apps trying to read URL from an image load event get an undocumented breaking change a version early, that conflicts with RN typings. The existing structure did differ between iOS and Android, and the problem will resolve itself once we release 0.64.