react-native-tts
react-native-tts copied to clipboard
On iOS15, using Tts.stop() will now fire tts-finish instead of tts-cancel
A user cancelling a text to speech utterance will now fire a different event on iOS15.
Instead of tts-cancel
, we now receive tts-finish
, even though in Obj-C there's a specific distinction between if a user cancels or if the Tts finishes
confirmed to be an iOS15 bug https://developer.apple.com/forums/thread/692752 https://developer.apple.com/forums/thread/691347
Same on Android.