Skip to content

Black screen on android share to instagram story #379

@ronywix

Description

@ronywix

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);
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    old version ⏮️staleThere has been a lack of activity on this issue and it may be closed soon.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions