diff --git a/Libraries/Image/Image.android.js b/Libraries/Image/Image.android.js index c915608d4c3232..a4269be70360a2 100644 --- a/Libraries/Image/Image.android.js +++ b/Libraries/Image/Image.android.js @@ -259,6 +259,7 @@ let Image = ( }; Image = React.forwardRef(Image); +Image.displayName = 'Image'; /** * Retrieve the width and height (in pixels) of an image prior to displaying it diff --git a/Libraries/Image/Image.ios.js b/Libraries/Image/Image.ios.js index cb3ce45c82d6e9..7475caa0cf5b01 100644 --- a/Libraries/Image/Image.ios.js +++ b/Libraries/Image/Image.ios.js @@ -124,6 +124,7 @@ let Image = ( }; Image = React.forwardRef(Image); +Image.displayName = 'Image'; /** * Retrieve the width and height (in pixels) of an image prior to displaying it.