mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 17:13:46 +08:00
7bcb4675267a8dd45303e405b4d98c54e86f5673
Summary: This is a fix for #322 When setting a new image via the imageURL property, the new image doesn't always replace the previous one when it is finished downloading because the image view has a previously instated layer animation on its contents. This cancels any animation prior to setting the new contents to fix the issue. Closes https://github.com/facebook/react-native/pull/337 Github Author: Julius Parishy <julius> Test Plan: Imported from GitHub, without a `Test Plan:` line.
Description
Languages
JavaScript
40.2%
Java
24.7%
Objective-C
14.3%
C++
13.5%
Objective-C++
3.9%
Other
3.3%