gpt4 book ai didi

react-native - 我如何检查安装在 React Native 代码中的应用程序

转载 作者:行者123 更新时间:2023-12-04 12:45:34 24 4
gpt4 key购买 nike

我试图在我的 native 项目中检查其他应用程序安装,我使用的模块如:https://www.npmjs.com/package/react-native-check-app-install
但总是出现这个错误:
无法读取未定义的属性“pkgName”
这是我的代码:

    AppInstalledChecker
.isAppInstalledAndroid('com.skype.raider')
.then((isInstalled) => {
// isInstalled is true if the app is installed or false if not
console.log('App Skype status: ', isInstalled);
});


任何人都可以向我建议一种方式,以便在 React Native 中检查应用程序安装(均:iOS/android)

最佳答案

安装这个

https://github.com/KjellConnelly/react-native-shared-group-preferences


async check() {
try {
await SharedGroupPreferences.isAppInstalledAndroid("com.farsitel.bazaar")
// IF IS INSTALL
} catch (e) {
// IF IS NOT INSTALL
}
}

关于react-native - 我如何检查安装在 React Native 代码中的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44005242/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com