Forked from https://github.com/jamsch/expo-speech-recognition (fantastic package)
Needed a way to reset result event emitted from the useSpeechRecognition hook in the original package. Web not supported.
// import
import { ExpoSpeechRecognitionModule } from "expo-speech-recognition-with-reset";
// execute
ExpoSpeechRecognitionModule.reset();