We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d33c6 commit 24289fdCopy full SHA for 24289fd
index.js
@@ -2,6 +2,7 @@
2
import React, { NativeModules } from "react-native";
3
4
module.exports = {
5
+ SpeechConstant: NativeModules.SpeechConstantModule,
6
Recognizer: NativeModules.SpeechRecognizerModule,
7
Synthesizer: NativeModules.SpeechSynthesizerModule
8
};
0 commit comments