ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
624 stars 158 forks source link

Tts.stop() throwing an error. #273

Open arrfandannge opened 1 week ago

arrfandannge commented 1 week ago

Environment:-

  1. React Native 0.76
  2. ios 15

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() ?

nusjeff commented 1 week ago

same error

arrfandannge commented 13 hours ago

Any workarounds for this issue. Its breaking my app entirely.