Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cancel contents animation before setting new contents in RCTNetworkIm…
…ageView Summary: This is a fix for facebook#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 facebook#337 Github Author: Julius Parishy <julius> Test Plan: Imported from GitHub, without a `Test Plan:` line.
- Loading branch information