UNPKG

react-native-speech-iflytek

Version:
9 lines (7 loc) 246 B
//index.js import React, { NativeModules } from "react-native"; module.exports = { SpeechConstant: NativeModules.SpeechConstantModule, Recognizer: NativeModules.SpeechRecognizerModule, Synthesizer: NativeModules.SpeechSynthesizerModule };