We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216be48 commit 52607f1Copy full SHA for 52607f1
packages/api-proxy/src/platform/api/image/index.ios.js
@@ -23,7 +23,7 @@ const getImageInfo = function (options = {}) {
23
return
24
}
25
let path = ''
26
- if (src.toLowerCase().startsWith("http")) {
+ if (src.toLowerCase().startsWith('http')) {
27
path = src
28
29
Image.getSize(src, (width, height) => {
0 commit comments