UNPKG

@agrigate/speech-to-text-wrapper

Version:

Wrapper around any <TextInput /> in React Native that provides support for speech to text functionality—powerful & ease to use

10 lines • 202 B
module.exports = { dependency: { platforms: { android: { packageImportPath: "import com.stt.STTModulePackage;", packageInstance: "new STTModulePackage()" } } } };