I’m utilizing react-native and I’ve a requirement the place I’ve a button known as Get Instructions, which on being clicked ought to present an inventory of associated apps (Apple Maps, Google Maps, Waze, and so on.) put in on the person’s system, and permit the person to pick out one of many choices to navigate to the chosen app.
I’m dealing with an issue the place I’m not capable of finding the associated apps put in on the person’s system. This could work on each Android and iOS. I’ve already tried utilizing totally different libraries like react-native-check-app-install and react-native-installed-application. Is there an inbuilt native API for this or if anybody else has efficiently carried out this?
Many thanks upfront