Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

How to share App link using react native Share API?

$
0
0

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'};

enter image description here

What is the problem ?, I searched everywhere and no one has a proper example.


Viewing all articles
Browse latest Browse all 16552

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>