react-native-check-app-install
                                
                                 react-native-check-app-install copied to clipboard
                                
                                    react-native-check-app-install copied to clipboard
                            
                            
                            
                        Readme.md wrong instruction on checking app not in app-list.js
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) or isAppInstalledAndroid(pacakge-name).
But as far as I understand, when the app not defined in app-list.js, you should use checkPackageName(packagename)(for android) and checkURLScheme(proto, query)(for both android and ios)
Thanks for reporting this, I'll update the readme soon..