-
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
Add GIF and WebP support specification with Fresco 0.11 #8951
Conversation
By analyzing the blame information on this pull request, we identified @JoelMarcey and @nicklockwood to be potential reviewers. |
@@ -34,7 +34,7 @@ const ImageViewManager = NativeModules.ImageViewManager; | |||
* including network images, static resources, temporary local images, and | |||
* images from local disk, such as the camera roll. | |||
* | |||
* This exmaples shows both fetching and displaying an image from local storage as well as on from | |||
* This examples shows both fetching and displaying an image from local storage as well as on from |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You fixed 1/2. Can you fix the other 1/2? :)
This should say "This example" -- corrected the misspelling, but it being plural was also wrong.
Seems reasonable to me, other than some minor requests for fixes. Thanks! |
4ecbe23
to
9566260
Compare
Oops, you're totally right. Should be fixed now. |
9566260
to
bf52a1c
Compare
bf52a1c
to
0c14090
Compare
Thanks a lot! Didn't realize Fresco split its support for GIFs to a separate library. Good they split up WebP support, it's rarely used. @facebook-github-bot shipit |
Thanks for importing. If you are an FB employee go to Phabricator to review internal test results. |
55bc825
Summary: Motivation facebook#8455 Fixes facebook#8501 With a bonus fix typo ! ![screen shot 2016-07-25 at 14 16 01](https://cloud.githubusercontent.com/assets/7189823/17112118/9f06fe04-5272-11e6-83e9-ddf11573aa5e.png) Closes facebook#8951 Differential Revision: D3647816 Pulled By: mkonicek fbshipit-source-id: e0349275045cae2922b4bb43bcb99af4c6ef1170
Summary: Motivation facebook#8455 Fixes facebook#8501 With a bonus fix typo ! ![screen shot 2016-07-25 at 14 16 01](https://cloud.githubusercontent.com/assets/7189823/17112118/9f06fe04-5272-11e6-83e9-ddf11573aa5e.png) Closes facebook#8951 Differential Revision: D3647816 Pulled By: mkonicek fbshipit-source-id: e0349275045cae2922b4bb43bcb99af4c6ef1170
Motivation #8455
Fixes #8501
With a bonus fix typo !