From 4af1525d7aac76131f15e2123703fa8c45e8f37f Mon Sep 17 00:00:00 2001 From: Jan Aagaard Meier Date: Thu, 2 Jul 2026 13:03:50 +0200 Subject: [PATCH 1/2] Mark @criipto/verify-expo as supporting the New Architecture It is an Expo Modules API module, so it is architecture-agnostic at runtime but has no codegenConfig for the directory's automatic detection to key off. --- react-native-libraries.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index e981eeed3..ddc633f80 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19524,10 +19524,11 @@ { "githubUrl": "https://github.com/criipto/criipto-verify-expo", "npmPkg": "@criipto/verify-expo", - "examples": ["https://github.com/criipto/criipto-verify-expo/tree/master/example"], + "examples": ["https://github.com/criipto/criipto-verify-expo/tree/master/examples"], "ios": true, "android": true, - "fireos": true + "fireos": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/pagopa/io-app-design-system", From 68a379190a0dc5c8dc662e480a15b7adbd96f08b Mon Sep 17 00:00:00 2001 From: Jan Aagaard Meier Date: Thu, 2 Jul 2026 13:32:41 +0200 Subject: [PATCH 2/2] fixup! Mark @criipto/verify-expo as supporting the New Architecture --- react-native-libraries.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index ddc633f80..5c8af90d7 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19524,7 +19524,11 @@ { "githubUrl": "https://github.com/criipto/criipto-verify-expo", "npmPkg": "@criipto/verify-expo", - "examples": ["https://github.com/criipto/criipto-verify-expo/tree/master/examples"], + "examples": [ + "https://github.com/criipto/criipto-verify-expo/tree/master/examples/expo54", + "https://github.com/criipto/criipto-verify-expo/tree/master/examples/expo55", + "https://github.com/criipto/criipto-verify-expo/tree/master/examples/expo56" + ], "ios": true, "android": true, "fireos": true,