Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Comment thread
wd39 marked this conversation as resolved.
Outdated
Comment thread
wd39 marked this conversation as resolved.
Outdated
*
* See https://facebook.github.io/react-native/docs/image.html#prefetch
* See https://facebook.github.io/react-native/docs/image#getsize
*/
Image.getSize = getSize;

Expand Down