-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined is not an object (evaluating '_appList.APP_LIST[key].pkgName') #11
Comments
Did anyone mange to solve this issue? |
Got the same error, someone solved? |
I encountered the same problem. Turns out this npm package only checks a list of popular apps. You can find a file named |
fixed with #19 |
Hi, AppInstalledChecker.isAppInstalledAndroid('com.waze') still throws this error for me. |
Yes @brainman07 is right. The old line is still present inside node_modules. Please updated the npm model to have latest version. edit: Those who are facing this issue here's how you solve it.
This changes the source to github. A simple npm install after that should do the trick. |
evaluating '_appList.APP_LIST[key].pkgName |
Hi, I tried just like the readme and just like the title said,
my environment so far:
RN: 0.48.4
react-native-check-app-install 0.0.4
thanks
The text was updated successfully, but these errors were encountered: