-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tts.stop() throwing an error. #273
Comments
same error |
Any workarounds for this issue. Its breaking my app entirely. |
Facing the same issue after upgrading to React Native 0.76 |
Facing the similar problem after upgrading React Native version to 0.76, we would be very glad to hear back from the contributors. Thanks. |
same here, looking forward to an update |
its solution is disabling the New Architecture in the app
in Android simply do this |
This is a workaround and not a solution. I have decided to disable this package for the time being. |
same error on [email protected] iOS 18.0.1 |
Tts.stop() throwing an error. ak1394#273
I have submitted a pull request to fix this issue. |
Thanks @powfix its worked for [email protected] iOS 18.0.0 |
same error
|
Thanks! It worked. Rebuild after making changes. I am using iOS only
|
Environment:-
On calling await Tts.stop() i'm getting the following error: Error: TextToSpeech.stop(): Error while converting JavaScript argument 0 to Objective C type BOOL. Objective C type BOOL is unsupported.
Anyone experiencing the same issue with Tts.stop() ?
The text was updated successfully, but these errors were encountered: