react-native-wakeword
Version:
Voice/Wake-word detection library for React Native
18 lines (16 loc) • 531 B
JavaScript
module.exports = {
dependencies: {
'react-native-wakeword': {
platforms: {
android: {
sourceDir: './android',
packageImportPath: 'import com.davoice.keywordspotting.KeyWordRNBridgePackage;',
packageInstance: 'new KeyWordRNBridgePackage()',
},
ios: {
podspecPath: './KeyWordDetection.podspec', // Points to your podspec
},
},
},
},
};