kn4rfy / react-native-speech-notification

A React Native Text-to-Speech library for Android and iOS with an option for Text-to-Speech as a Notification sound
17 stars 5 forks source link

Speech as notification sound? #6

Open wumke opened 4 years ago

wumke commented 4 years ago

I've browsed trough the code, am I correct that this library just starts to speak right after a notification is displayed? Does it work for planned notifications, push notifications? What is the added value of this library comparing it to a separate tts and notifications library?

kn4rfy commented 4 years ago

Yes, it speaks the notification message.

This works by triggering: SpeechNotification.notify so this works when you trigger planned and push notifications in js code

However, this module is not updated so this might not work on the latest versions of react-native