From cfe1c0672ffefdfa32fb70339ab52cbad9f740a5 Mon Sep 17 00:00:00 2001 From: Andrei Kologreev Date: Sun, 25 Jan 2026 20:03:17 +0400 Subject: [PATCH 1/2] Add React Native Nitro Speech Recognition Library --- react-native-libraries.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 1bb9c85bd..f40225feb 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19236,5 +19236,13 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/NotGeorgeMessier/nitro-speech", + "npmPkg": "@gmessier/nitro-speech", + "ios": true, + "android": true, + "newArchitecture": "new-arch-only", + "alternatives": ["expo-speech-recognition"] } ] From 8583f4bf7a8d66ac4f752995c4b0ec59c87caeca Mon Sep 17 00:00:00 2001 From: NotGeorgeMessier <94448393+NotGeorgeMessier@users.noreply.github.com> Date: Sun, 25 Jan 2026 22:26:09 +0400 Subject: [PATCH 2/2] Update react-native-libraries.json Co-authored-by: Bartosz Kaszubowski --- react-native-libraries.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index f40225feb..a57b2b7c5 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19242,7 +19242,6 @@ "npmPkg": "@gmessier/nitro-speech", "ios": true, "android": true, - "newArchitecture": "new-arch-only", - "alternatives": ["expo-speech-recognition"] + "newArchitecture": "new-arch-only" } ]