From f03695e063daf527078906f514438a1aad64349a Mon Sep 17 00:00:00 2001 From: Thibaut Boustany Date: Thu, 5 Jun 2025 16:11:56 +0200 Subject: [PATCH] Add expo-resolve-url --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 2456adae8..24ba5026d 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15633,5 +15633,12 @@ "android": true, "web": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/MortalKastor/expo-resolve-url", + "examples": ["https://github.com/MortalKastor/expo-resolve-url/tree/main/example"], + "ios": true, + "android": true, + "newArchitecture": true } ]