我尝试在我的 react-native 项目中使用包“react-native-call-detection”。但我有一个问题。CallDetectorManager 不会开始监听来电。
我在 https://github.com/priteshrnandgaonkar/react-native-call-detection/blob/master/index.js中发现了问题
const NativeCallDetector = NativeModules.CallDetectionManager
const NativeCallDetectorAndroid = NativeModules.CallDetectionManagerAndroid
这个常量都是空的。为什么会这样?
PS:我正在使用博览会。