在react-native项目中出现这个问题

解决办法:

requestPerssion()
        .then(_=>{
            this.initRecognizer();
        })
        .catch(e=>{})

把 .catch(e=>{}) 加上就好了

相关文章: