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

How to share from React Native to Instagram?

$
0
0

I'm using React Native to create an iOS app. However i would like to share a uri to an S3 video as follows:

import React from 'react'
import { Share, Linking ....} from 'react-native'

//button and run function
testShareInsta = async () => {
     const uri = "https://s3-dev.s3-us-west-1.amazonaws.com/video/myvideo";
     let encodedURL = encodeURIComponent(uri);  
     let instagramURL = 'instagram://library?AssetPath=${encodedURL}';
     return Linking.openURL(instagramURL);
  }

What can i do to make this work?


Viewing all articles
Browse latest Browse all 16747

Trending Articles



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