gre / react-native-view-shot

Snapshot a React Native view and save it to an image
https://github.com/gre/react-native-view-shot-example
MIT License
2.64k stars 344 forks source link

One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts #534

Closed sandeshnaroju closed 1 month ago

sandeshnaroju commented 1 month ago

it is not working in android 14, with new changes that happened in android 14.

    const localUri = await captureRef(imageRef, {
        quality: 1,
    });
[Error: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts]

Kindly help me to fix this issue.

haidarmy commented 1 month ago

i got same problem, how do you fix it? @sandeshnaroju

sandeshnaroju commented 1 month ago

For me the issue was from share package module, not from this.