React native: Checking if a Third-Party App is Installed
In react-native, I need to check if navigation apps are installed on the user's device. The app (for iOS and Android) should display a menu showing all the navigation apps available (e.g., Google Maps, Waze, Sygic, TomTom, etc.), and when…