-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples - Movies thumbnails are not changed on filter #322
Closed
cupofjoakim opened this issue
Mar 27, 2015
· 2 comments
· May be fixed by bumplzz69/react-native#143
Closed
Examples - Movies thumbnails are not changed on filter #322
cupofjoakim opened this issue
Mar 27, 2015
· 2 comments
· May be fixed by bumplzz69/react-native#143
Labels
Resolution: Locked
This issue was locked by the bot.
Comments
cc @a2 |
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 13, 2015
…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.
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 14, 2015
…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.
vjeux
pushed a commit
to vjeux/react-native
that referenced
this issue
Apr 15, 2015
…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.
Dup of #89 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using the filter/search in the examples app, the thumbnail icons aren't correct. After selecting a movie to see the details, the image is however correct. This inconsistency makes the example feel broken, which leads to the framework looking iffy.
The text was updated successfully, but these errors were encountered: