You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cloned and set up this repo, but when I try to run the application I get an error that TTS engines should not be null.
Am I missing a step in the project setup or was something deprecated since this project was finished?
I am on Windows, using Android Emulator to test the app and I am starting it with "expo start -c".
Error: TypeError: null is not an object (evaluating 'TextToSpeech.engines') and it is happening in Api#setSpeechEngine.
The text was updated successfully, but these errors were encountered:
Hello,
I cloned and set up this repo, but when I try to run the application I get an error that TTS engines should not be null.
Am I missing a step in the project setup or was something deprecated since this project was finished?
I am on Windows, using Android Emulator to test the app and I am starting it with "expo start -c".
Error: TypeError: null is not an object (evaluating 'TextToSpeech.engines') and it is happening in Api#setSpeechEngine.
The text was updated successfully, but these errors were encountered: