Add speech recognition dependencies

- @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 <noreply@anthropic.com>
This commit is contained in:
Sergei 2026-01-27 16:07:18 -08:00
parent de2563fec6
commit 3c58ff20f9

View File

@ -13,6 +13,7 @@
"dependencies": { "dependencies": {
"@dr.pogodin/react-native-fs": "^2.36.2", "@dr.pogodin/react-native-fs": "^2.36.2",
"@expo/vector-icons": "^15.0.3", "@expo/vector-icons": "^15.0.3",
"@jamsch/expo-speech-recognition": "^0.3.3",
"@notifee/react-native": "^9.1.8", "@notifee/react-native": "^9.1.8",
"@react-navigation/bottom-tabs": "^7.4.0", "@react-navigation/bottom-tabs": "^7.4.0",
"@react-navigation/elements": "^2.6.3", "@react-navigation/elements": "^2.6.3",
@ -29,6 +30,7 @@
"expo-linking": "~8.0.10", "expo-linking": "~8.0.10",
"expo-router": "~6.0.19", "expo-router": "~6.0.19",
"expo-secure-store": "^15.0.8", "expo-secure-store": "^15.0.8",
"expo-speech": "~14.0.6",
"expo-splash-screen": "~31.0.12", "expo-splash-screen": "~31.0.12",
"expo-status-bar": "~3.0.9", "expo-status-bar": "~3.0.9",
"expo-symbols": "~1.0.8", "expo-symbols": "~1.0.8",