react-native-check-app-install icon indicating copy to clipboard operation
react-native-check-app-install copied to clipboard

Readme.md wrong instruction on checking app not in app-list.js

Open sunjae1294 opened this issue 7 years ago • 1 comments

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)

sunjae1294 avatar Jan 05 '18 05:01 sunjae1294

Thanks for reporting this, I'll update the readme soon..

redpandatronicsuk avatar Jan 05 '19 12:01 redpandatronicsuk