I am building a social application on React native.
I need to add location sharing with google maps.
For example, I want to open google maps, select a location then press on Share and I want to see my app is included in the list which I can share that location with, like in Whatsapp.
I Know about the Share element in react native which allows sharing stuff between apps, but what I need is the other way around, from google to my app.
I hope I was able to clear my point.
I did some searching but all I find is how to implement google maps in react native which I am not looking for.
I hope someone could help me with this.
Thank you in advance.