Skip to content

Commit 24289fd

Browse files
committed
bugfix-SpeechConstant
1 parent c9d33c6 commit 24289fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import React, { NativeModules } from "react-native";
33

44
module.exports = {
5+
SpeechConstant: NativeModules.SpeechConstantModule,
56
Recognizer: NativeModules.SpeechRecognizerModule,
67
Synthesizer: NativeModules.SpeechSynthesizerModule
78
};

0 commit comments

Comments
 (0)