From 5cbdcf4433a0e4b2ccbaeb8c6baafb5903f65534 Mon Sep 17 00:00:00 2001 From: Aziz Becha Date: Wed, 29 Apr 2026 10:46:32 +0100 Subject: [PATCH 1/2] update react-native-preview-url entry with platforms, npmPkg, and image --- react-native-libraries.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 62263e6a..6a9a7ce4 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20766,9 +20766,16 @@ }, { "githubUrl": "https://github.com/azizbecha/react-native-preview-url/tree/main/packages/react-native-preview-url", + "npmPkg": "react-native-preview-url", "examples": ["https://github.com/azizbecha/react-native-preview-url/tree/main/example"], + "images": [ + "https://github-production-user-asset-6210df.s3.amazonaws.com/63454940/476478310-ca1b0f21-0c47-4894-ae84-6c48fd5401cd.gif?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20260429%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260429T094232Z&X-Amz-Expires=300&X-Amz-Signature=d2cc5a85e852a66535f9d977e6409f11814e1104b2b84c3a8ca63b0ef84d232a&X-Amz-SignedHeaders=host&response-content-type=image%2Fgif" + ], "ios": true, - "android": true + "android": true, + "web": true, + "expoGo": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/Jmzp/react-native-smart-keyboard-view", From 531367f124be8416206ad9a183ee600a6210ccd1 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Thu, 30 Apr 2026 22:44:41 +0200 Subject: [PATCH 2/2] apply suggestion to unblock PR Co-authored-by: Bartosz Kaszubowski --- react-native-libraries.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 6a9a7ce4..427be5d0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20766,11 +20766,7 @@ }, { "githubUrl": "https://github.com/azizbecha/react-native-preview-url/tree/main/packages/react-native-preview-url", - "npmPkg": "react-native-preview-url", "examples": ["https://github.com/azizbecha/react-native-preview-url/tree/main/example"], - "images": [ - "https://github-production-user-asset-6210df.s3.amazonaws.com/63454940/476478310-ca1b0f21-0c47-4894-ae84-6c48fd5401cd.gif?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20260429%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260429T094232Z&X-Amz-Expires=300&X-Amz-Signature=d2cc5a85e852a66535f9d977e6409f11814e1104b2b84c3a8ca63b0ef84d232a&X-Amz-SignedHeaders=host&response-content-type=image%2Fgif" - ], "ios": true, "android": true, "web": true,