From 8d98bab3cf3489625a716a00739faa3f32a50af4 Mon Sep 17 00:00:00 2001 From: Sergei Date: Thu, 22 Jan 2026 10:25:29 -0800 Subject: [PATCH] Remove expo-speech-recognition plugin from app.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package was removed in commit d9fff44 but the plugin entry was left in app.json, causing EAS Build to fail with 'Unknown error in Read app config' phase. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app.json b/app.json index ff4a338..4bf329f 100644 --- a/app.json +++ b/app.json @@ -69,13 +69,6 @@ "backgroundColor": "#000000" } } - ], - [ - "expo-speech-recognition", - { - "microphonePermission": "WellNuo needs access to your microphone for voice commands.", - "speechRecognitionPermission": "WellNuo uses speech recognition to convert your voice to text." - } ] ], "experiments": {