I would like to be able to know the actual size of a network-loaded image that has been passed into I have tried using onLayout to
onLayout
You can use resolveAssetSource method from the Image component :
import picture from 'pathToYourPicture'; const {width, height} = Image.resolveAssetSource(picture);