From 286288d27c477321e09015f98d549e0846ce66fa Mon Sep 17 00:00:00 2001 From: Dmitry Amelchenko Date: Thu, 19 Jun 2025 14:37:04 -0400 Subject: [PATCH 1/2] Update react-native-libraries.json expo-cached-image newArchitecture true --- react-native-libraries.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 1e03d62fe..c1b8c27c9 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14880,8 +14880,11 @@ }, { "githubUrl": "https://github.com/echowaves/expo-cached-image", + "npmPkg": "expo-cached-image", + "android": true, "ios": true, - "android": true + "expoGo": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/alanjhughes/expo-shazamkit", From fc0839eb9e760c6da3523a1abcff5003405b8b1f Mon Sep 17 00:00:00 2001 From: Dmitry Amelchenko Date: Thu, 19 Jun 2025 15:05:04 -0400 Subject: [PATCH 2/2] removed unnecessary "npmPkg": "expo-cached-image" Co-authored-by: Bartosz Kaszubowski --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index c1b8c27c9..3249d687a 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14880,7 +14880,6 @@ }, { "githubUrl": "https://github.com/echowaves/expo-cached-image", - "npmPkg": "expo-cached-image", "android": true, "ios": true, "expoGo": true,