I want to use Image.getSize ( https://facebook.imtqy.com/react-native/docs/image.html ) to get the size of my image, but the first argument requires the image source to be in a URI, but I cannot use URI with a static file, I can only use Require.
Therefore, is it possible to use Image.getSize in a static file, or do I need to find another way?
source
share