From c69e57f8a9d9f2b96b3201d2e87a8595da019671 Mon Sep 17 00:00:00 2001 From: Jeremy Gillick Date: Wed, 18 Dec 2024 13:37:30 -0800 Subject: [PATCH] Update newArchitecture value for react-native-a11y-slider and react-fancy-qrcode (#1435) --- react-native-libraries.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index dc645965..091a48a2 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -9575,7 +9575,8 @@ "https://raw.githubusercontent.com/jgillick/react-native-a11y-slider/HEAD/examples.png" ], "ios": true, - "android": true + "android": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/jgillick/react-fancy-qrcode", @@ -9590,7 +9591,8 @@ ], "ios": true, "android": true, - "web": true + "web": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/mutualmobile/react-native-barricade",