expo-image-loader
Advanced tools
Comparing version 5.0.1-canary-20250124-42fe332 to 5.0.1-canary-20250131-5c4e588
@@ -13,2 +13,5 @@ # Changelog | ||
- [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall)) | ||
- [apple] Migrate remaining `expo-module.config.json` to unified platform syntax. ([#34445](https://github.com/expo/expo/pull/34445) by [@reichhartd](https://github.com/reichhartd)) | ||
## 5.0.0 — 2024-10-22 | ||
@@ -15,0 +18,0 @@ |
{ | ||
"platforms": ["ios", "android"] | ||
"platforms": ["apple", "android"] | ||
} |
{ | ||
"name": "expo-image-loader", | ||
"version": "5.0.1-canary-20250124-42fe332", | ||
"version": "5.0.1-canary-20250131-5c4e588", | ||
"description": "Image loader", | ||
@@ -25,5 +25,4 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"expo": "53.0.0-canary-20250124-42fe332" | ||
}, | ||
"gitHead": "42fe3321395867f7bacba1ea4dc90db1692f119e" | ||
"expo": "53.0.0-canary-20250131-5c4e588" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
17546
13