From 38418535b17975f83b2dcb6ea2bd910be1b34aff Mon Sep 17 00:00:00 2001 From: Gabriel Logan Date: Tue, 26 Aug 2025 22:28:23 -0300 Subject: [PATCH 1/2] feat: add support for additional platforms in react-native-libraries.json and fix not support for new arch --- react-native-libraries.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 012d42b88..35567138f 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12290,8 +12290,13 @@ ], "ios": true, "android": true, - "web": true, "expoGo": true, + "tvos": true, + "web": true, + "windows": true, + "macos": true, + "fireos": true, + "visionos": true, "newArchitecture": true }, { @@ -12300,8 +12305,13 @@ "examples": ["https://azuretranslatorcode.vercel.app/"], "ios": true, "android": true, - "web": true, "expoGo": true, + "tvos": true, + "web": true, + "windows": true, + "macos": true, + "fireos": true, + "visionos": true, "dev": true, "newArchitecture": true }, @@ -12344,8 +12354,7 @@ "android": true, "web": true, "expoGo": true, - "dev": true, - "newArchitecture": true + "dev": true }, { "githubUrl": "https://github.com/kore-koi/react-native-get-random-values", From 0a95b7e59501ad454f8d76973d843692751be2cc Mon Sep 17 00:00:00 2001 From: Gabriel Logan Date: Thu, 28 Aug 2025 18:50:41 -0300 Subject: [PATCH 2/2] chore: update non tested libs --- react-native-libraries.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 35567138f..e785a491b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -12291,12 +12291,8 @@ "ios": true, "android": true, "expoGo": true, - "tvos": true, "web": true, - "windows": true, - "macos": true, "fireos": true, - "visionos": true, "newArchitecture": true }, { @@ -12306,12 +12302,8 @@ "ios": true, "android": true, "expoGo": true, - "tvos": true, "web": true, - "windows": true, - "macos": true, "fireos": true, - "visionos": true, "dev": true, "newArchitecture": true },