-
Notifications
You must be signed in to change notification settings - Fork 971
Closed
Labels
bugstaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
Description
Steps to reproduce
following is the code I'm running, just taking a component with captureRef from "react-native-view-shot" and sending it to IG stories.
const onPress = () => {
captureRef(ref, {
result: "tmpfile",
quality: 1,
format: "png",
})
.then(async (res) => {
Share.shareSingle({
stickerImage: res,
social: Share.Social.INSTAGRAM_STORIES,
appId: "[...]",
type: 'image/*'
});
})
.catch((err) => console.error(err));
};
Expected behavior
not have the blank link
Actual behavior
sharing is working great but I'm seeing an unwanted blank link attached to the IG story
this is happening both in dev (connected to metro) and preview (internal release) mode
Environment
iOS: 18.0
react native 0.74.5
expo: 51.0.28
typescript: 5.3.3
react-native-share
react-native-share: 11.0.3 (same problem with latest version))
LuigiMasini, ababol, rafaellbaptista, thalesnembi, zwenza and 1 more
Metadata
Metadata
Assignees
Labels
bugstaleThere has been a lack of activity on this issue and it may be closed soon.There has been a lack of activity on this issue and it may be closed soon.
