Skip to content

Can we open json file using react native file viewer. #161

@ehtshamaziz

Description

@ehtshamaziz

I am unable to open json file using react native viewer. I have added the following but its giving me same error:

<queries>

    <intent>
        <action android:name="android.intent.action.VIEW" />
        <data android:mimeType="*/*" />
    </intent>
</queries>

Error: No app associated with this mime type]

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