voice icon indicating copy to clipboard operation
voice copied to clipboard

Voice Recognition Functionality Does Not Stop When Navigating Between Screens

Open Najiullah-khan opened this issue 1 year ago • 1 comments
trafficstars

I am developing a React Native application that uses the @react-native-voice/voice library to implement a voice command interface. There is an issue with the voice recognition functionality when navigating between different screens. Specifically, when transitioning from the Objectdetection screen to the FakeCurrency screen, the voice recognition on Objectdetection stops and starts correctly on FakeCurrency. However, when navigating back to Objectdetection, the voice recognition functionality of the FakeCurrency screen does not stop, resulting in both screens potentially having active voice recognition processes simultaneously. This causes overlapping functionalities and unexpected behavior within the app.

Najiullah-khan avatar Jun 08 '24 07:06 Najiullah-khan