<Image> from url showing on Android, but not iOS?

This talks about Marknote and how it is used for Fusetools

And here is most of my .unoproject file, is something missing?

{
“RootNamespace”:“”,
“Packages”: [
“Fuse”,
“FuseJS”,
“Fuse.BasicTheme”,
“Fuse.CameraRoll”,
“Fuse.Launcher”,
“Uno.Permissions”
],
“Projects”: [
“./src/Firebase/Firebase.unoproj”,
“./src/Firebase.Authentication/Firebase.Authentication.unoproj”,
“./src/Firebase.Authentication.Email/Firebase.Authentication.Email.unoproj”,
“./src/Firebase.Authentication.Google/Firebase.Authentication.Google.unoproj”,
“./src/Firebase.Authentication.Facebook/Firebase.Authentication.Facebook.unoproj”
],

“Google”: {
“RequestID”: “"
},
/

“Facebook”: {
“AppID”: “SUPER_LEGIT_APPID”,
“DisplayName”: “authexample”
},
/
“iOS”: {
“PList”: {
“UriSchemes”: [
"

]
},
“Mobile”: {
//“UriScheme”: “fb@(Project.Facebook.AppID)”,
“Orientations”: “Portrait”
},
},
“Includes”: [
",
"Modules/
.js:Bundle”,
“GoogleService-Info.plist:ObjCSource:iOS”,
“Assets/.jpg:Bundle",
"Assets/
.png:Bundle”,
“Marknote/*.js:Bundle”,
],

“Icon”: “Assets/icon.png”,

"Android": {
"SDK": {
		"BuildToolsVersion": "26.0.0",
		"CompileVersion": 26,
		"MinVersion": 19,
		"TargetVersion": 26
	},
"Icons":{
        "LDPI": "$(Icon)",
        "MDPI": "$(Icon)",
        "HDPI": "$(Icon)",
        "XHDPI": "$(Icon)",
        "XXHDPI": "$(Icon)",
        "XXXHDPI": "$(Icon)"
   },  
	"Package": "***",
	"VersionCode": 106,
	"VersionName": "1.0.6",
	"Key": {
		"Alias": "***",
		"AliasPassword": "***",
		"Store": "***",
		"StorePassword": "***"
	},
}

}