Description
WARNING in ./node_modules/expo-speech-recognition/build/index.js:2
export 'ExpoWebSpeechGrammar' (reexported as 'ExpoWebSpeechGrammar') was not found in './ExpoWebSpeechRecognition' (possible exports: ExpoWebSpeechGrammarList, ExpoWebSpeechRecognition, ExpoWebSpeechRecognitionEvent)
1 | import { ExpoSpeechRecognitionModule } from "./ExpoSpeechRecognitionModule";
2 | export { ExpoWebSpeechRecognition, ExpoWebSpeechGrammar, ExpoWebSpeechGrammarList } from "./ExpoWebSpeechRecognition";
3 | export { ExpoSpeechRecognitionModule } from "./ExpoSpeechRecognitionModule";
4 | export { useSpeechRecognitionEvent } from "./useSpeechRecognitionEvent";
5 | export { AVAudioSessionCategory, AVAudioSessionCategoryOptions, AVAudioSessionMode, RecognizerIntentExtraLanguageModel, RecognizerIntentEnableLanguageSwitch, AudioEncodingAndroid, TaskHintIOS } from "./constants";