react-native-speech icon indicating copy to clipboard operation
react-native-speech copied to clipboard

Not working for android. SpeechSynthesizer.android.js SpeechSynthesizer is not implemented

Open somayaji1983 opened this issue 7 years ago • 1 comments

Dear team, The plugin looks very nice and I have started using for my android project. But unfortunately it not working after repeated debug of problem, I found in SpeechSynthesizer.android.js file there is no native code invocation for TTS speech SpeechSynthesizer

'use strict';

var warning = require('warning');

var SpeechSynthesizer = { test: function() { warning("Not yet implemented for Android."); } };

module.exports = SpeechSynthesizer;

Please confirm the same.

thanks

somayaji1983 avatar Mar 10 '18 12:03 somayaji1983

@somayaji1983 Maybe this project was not maintenance in a long time. In the firstime use this, i met same problem like you. Then, i forked and wrote a android version for this: You can check it here: https://github.com/nodejsaber/react-native-speech.git

Winglonelion avatar Jun 17 '18 15:06 Winglonelion