The application I am working on uses React Native Maps and it allows a user to select a preferred navigation app from those installed on the device. I can download images of the various logos from the internet to use with the various buttons on my picker modal, but I would prefer to use the logos the user presses to launch those applications (the images stored on the device -- that one might see in the App Store / Google Play representing those apps). Is it possible to access and use these from my RN application?