From 3c58ff20f99619b798371e364abbbba2019c6de4 Mon Sep 17 00:00:00 2001 From: Sergei Date: Tue, 27 Jan 2026 16:07:18 -0800 Subject: [PATCH] Add speech recognition dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - @jamsch/expo-speech-recognition ^0.3.3 - expo-speech ~14.0.6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index 4057f38..cd5ced6 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "dependencies": { "@dr.pogodin/react-native-fs": "^2.36.2", "@expo/vector-icons": "^15.0.3", + "@jamsch/expo-speech-recognition": "^0.3.3", "@notifee/react-native": "^9.1.8", "@react-navigation/bottom-tabs": "^7.4.0", "@react-navigation/elements": "^2.6.3", @@ -29,6 +30,7 @@ "expo-linking": "~8.0.10", "expo-router": "~6.0.19", "expo-secure-store": "^15.0.8", + "expo-speech": "~14.0.6", "expo-splash-screen": "~31.0.12", "expo-status-bar": "~3.0.9", "expo-symbols": "~1.0.8",