React native module for text to speech
npm install link-speak
link-speak is simple to use
import Tts from 'link-speak';
Tts.speak("Wow this works great", "en", 1.0);
To get all available languages on the device simply call
let languages = await Tts.getAvailableLanguages()
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT