react-native-wakeword 1.1.41 → 1.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@ public class DaVoiceUnifiedPackage implements ReactPackage {
|
|
|
17
17
|
@Override
|
|
18
18
|
public List<NativeModule> createNativeModules(ReactApplicationContext rc) {
|
|
19
19
|
return Arrays.asList(
|
|
20
|
-
new KeyWordRNBridge(rc)
|
|
20
|
+
new KeyWordRNBridge(rc)
|
|
21
21
|
// new SpeakerIdRNBridge(rc)
|
|
22
22
|
);
|
|
23
23
|
}
|