-
Notifications
You must be signed in to change notification settings - Fork 976
Black screen on android share to instagram story #379
Copy link
Copy link
Closed
Labels
old version ⏮️staleThere 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
When trying to share to instagram stories i get a black screen. Instagram feed works ok
Works fine on ios (although kind of a different flow)
happens on react-native-share 1.0.27
let imageData = await RNFS.readFile(localUrl, 'base64');
Share.open({url: 'data:image/png;base64,' + imageData, type: 'image/png'})
.then (result -> {
})
.catch(error => {
console.log('ShareSheet - error: ', error);
})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
old version ⏮️staleThere 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.