UNPKG

react-native-speech-to-text-input

Version:
11 lines 277 B
// react-native.config.js module.exports = { dependency: { platforms: { android: { packageImportPath: 'import com.speechtotextinputwrapper.SpeechToTextPackage;', packageInstance: 'new SpeechToTextPackage()', }, }, }, };