import { NativeModules } from 'react-native'; let XunFeiModule = NativeModules.XunFeiAndroid; export default class XunFei { static textToSpeech(text) { XunFeiModule.textToSpeech(text); } }