react-native-check-app-install
react-native-check-app-install copied to clipboard
React Native plugin for checking if apps/packages are installed on the device or not.
if i want to check if app installed not from APP_LIST as said in tutorial not working as it searches them in APP_LIST: ```javascript static isAppInstalledAndroid(key) { return this.checkPackageName(APP_LIST[key].pkgName); }...
i use this package my code is import { AppInstalledChecker, CheckPackageInstallation } from 'react-native-check-app-install'; and inside render() i just put AppInstalledChecker .isAppInstalledIOS('facebook') // omit the :// suffix .then((isInstalled) => {...
add a new package name
RN: `0.60.5` Plugin Version: `0.0.5` Task :react-native-check-app-install:verifyReleaseResources FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':react-native-check-app-install:verifyReleaseResources'. > 1 exception was raised by workers:...
In the Readm.md, it says > If your app is not in the list, you will have to find out the URL scheme or package name and use either isAppInstalledIOS(url)...
Here the react-native environment "react": "16.0.0-alpha.6", "react-native": "^0.44.0", "react-native-check-app-install": "0.0.2" XCode environment Xcode 8.3.2 Tried to look for `linkedin` url schema but I get the following error msg `Cannot read...
Beep boop. Optimizing your images is my life. https://imgbot.net/ for more information.
🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...