Jobeso / react-native-story-share

Share your images to instagram and snapchat stories with react native.
107 stars 54 forks source link

attributionLink property #30

Closed ithustle closed 4 years ago

ithustle commented 4 years ago

I think attributionLink does not work propertly. I'm trying to do something like happens on spotify: Screenshot_20200211-130219

But what really happens: Screenshot_20200211-130211

Code to reproduce:

RNStoryShare.isInstagramAvailable()
                    .then(async isAvailable => {
                        if (isAvailable) {
                            await RNStoryShare.shareToInstagram({
                                type: RNStoryShare.BASE64,
                                attributionLink: 'https://www.mysite.com',
                                backgroundAsset: imageBase64,
                                backgroundBottomColor: '#ff2a00',
                                backgroundTopColor: '#33FF33'
                            });
                        }
                    })
                    .catch(e => console.log(e));
izaa commented 4 years ago

@ithustle I am wondering this too. However, this page says that

"This feature is currently in closed beta and only available to developers who have been approved for access."

But no one says how do I request for access.

Jobeso commented 4 years ago

Yes, @izaa is correct. This feature is in closed beta and therefore not available to most people. Let's re-open this if something related to this module pops up.

dpickering95 commented 2 years ago

hi @Jobeso is the above still accurate?