Skip to content

Commit

Permalink
Fix the comment for getSize in Image.android.js (facebook#22092)
Browse files Browse the repository at this point in the history
Summary:
A minor change to the comment in the Image.android.js file.
Pull Request resolved: facebook#22092

Differential Revision: D12918066

Pulled By: TheSavior

fbshipit-source-id: f27c63241c9dde780c037edcbcdf4cc10d55d33e
  • Loading branch information
wd39 authored and facebook-github-bot committed Nov 4, 2018
1 parent 7806c12 commit 46f1785
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Libraries/Image/Image.android.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,9 @@ let Image = (
Image = React.forwardRef(Image);

/**
* Prefetches a remote image for later use by downloading it to the disk
* cache
* Retrieve the width and height (in pixels) of an image prior to displaying it
*
* See https://facebook.github.io/react-native/docs/image.html#prefetch
* See https://facebook.github.io/react-native/docs/image.html#getsize
*/
Image.getSize = getSize;

Expand Down

0 comments on commit 46f1785

Please sign in to comment.