Skip to content

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

Description

@somayaji1983

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions