Skip to content

Error : not_available in Android 13 with several emailing app #198

@Ezzine-Smichi

Description

@Ezzine-Smichi

When I launch email opening from my react native application, this package returns the following message "not_available". Faced with this problem, I put this portion of code as a comment
if (list == null || list.size() == 0) { callback.invoke("not_available"); return; }
and everything works fine again. Does this solution work for you? If not, is there another solution for this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions