I am using react native 0.77.0 and facing this
{_loaded: false, _listeners: null, _events: {…}} _events : {onSpeechStart: ƒ, onSpeechRecognized: ƒ, onSpeechEnd: ƒ, onSpeechError: ƒ, onSpeechResults: ƒ, onSpeechPartialResults: ƒ, onSpeechVolumeChanged: ƒ} _listeners : null _loaded: false
TypeError: Cannot read property 'startSpeech' of null
How to fix this?