From aec509c221da60907fd3d43381128f3431589c66 Mon Sep 17 00:00:00 2001 From: Arthur Delbeke Date: Fri, 7 Nov 2025 13:44:06 +0100 Subject: [PATCH 1/2] add @dbkable/react-native-speech-to-text --- react-native-libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 43d964319..d2c0f1889 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18107,5 +18107,17 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/adelbeke/react-native-speech-to-text", + "npmPkg": "@dbkable/react-native-speech-to-text", + "examples": [ + "https://github.com/adelbeke/react-native-speech-to-text/tree/main/example", + ], + "ios": true, + "android": true, + "newArchitecture": "new-arch-only", + "configPlugin": true } + ] From 52f1f490bd2316abcc4843ea004c6d5b745813b8 Mon Sep 17 00:00:00 2001 From: Arthur Delbeke Date: Fri, 7 Nov 2025 13:47:48 +0100 Subject: [PATCH 2/2] fix format --- 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 d2c0f1889..40fe38a0d 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -18112,12 +18112,11 @@ "githubUrl": "https://github.com/adelbeke/react-native-speech-to-text", "npmPkg": "@dbkable/react-native-speech-to-text", "examples": [ - "https://github.com/adelbeke/react-native-speech-to-text/tree/main/example", + "https://github.com/adelbeke/react-native-speech-to-text/tree/main/example" ], "ios": true, "android": true, "newArchitecture": "new-arch-only", "configPlugin": true } - ]