React native 使用React Native(链接)在instagram上发布多张照片

React native 使用React Native(链接)在instagram上发布多张照片,react-native,expo,instagram,deep-linking,React Native,Expo,Instagram,Deep Linking,有没有办法使用React Native在一篇帖子中发布(或打开post flow)多张instagram照片 对于单张照片,我使用了链接: const fullURL = `instagram://library?AssetPath=${encodedURL}`; Linking.openURL(fullURL).catch(() => alert('You should install instagram app first.'), ); encodedUrl-正在发布的图像的u

有没有办法使用React Native在一篇帖子中发布(或打开post flow)多张instagram照片

对于单张照片,我使用了链接:

const fullURL = `instagram://library?AssetPath=${encodedURL}`;

Linking.openURL(fullURL).catch(() =>
  alert('You should install instagram app first.'),
);
encodedUrl-正在发布的图像的url

不幸的是,同样的方法似乎不适用于在一个Instagram帖子中发布多张照片