react-native-check-app-install
react-native-check-app-install copied to clipboard
TypeError: null is not an object (evaluating '_android.default.isPackageInstalled')
When I run sample code, I am getting error.
code :
AppInstalledChecker.checkURLScheme('whatsapp').then((isInstalled) => {
});
error message: TypeError: null is not an object (evaluating '_android.default.isPackageInstalled')
package version: "react": "16.13.1", "react-native": "0.68.2", "react-native-check-app-install": "^0.0.5",