Pedro Bueno

Results 3 comments of Pedro Bueno

| Platform | Model | Manufacturer | Android Version | |-------------|-------------|--------------|----------------| | Android | Galaxy A54 | Samsung | Android 14 | ## Screenshot | Output Image Rotation `Disabled` |...

I was looking for a fix for this issue and found one made by Nordsword3m on [his fork](https://github.com/Nordsword3m/react-native-voice-duration) of the project I haven't tested it yet https://github.com/react-native-voice/voice/commit/55ed383d268b7c667995069debf3be540b342171

The problem is that both `SpeechResultsEvent` and `SpeechResultsEvent` types in `VoiceModuleType.ts` define value as a **possible** `undefined` ```ts export type SpeechResultsEvent = { value?: string[]; }; export type SpeechResultsEvent =...