I am trying to share my app installation link to others from my app settings in react native.
I used the react native share api for this.
But using the below code the output only shows the message(code and screenshot below).
const shareAppOptions = { title: 'App link', message: 'Please install this app and stay safe', url: 'https://play.google.com/store/apps/details?id=nic.goi.aarogyasetu&hl=en'};What is the problem ?, I searched everywhere and no one has a proper example.
