reactnativecn/react-native-qq

有没有判断QQ是否安装的方法?

Opened this issue · 1 comments

例如IsInstalled之类的

QQAPI.isQQInstalled()
.then(install=>{
//这里是安装了的操作 install=true
console.log('安装QQ'+install)
})
.catch(unInstall=>{
console.log('没有安装QQ'+unInstall)
})