vinzscam / react-native-file-viewer

Native file viewer for React Native. Preview any type of file supported by the mobile device.
MIT License
434 stars 102 forks source link

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

Open ehtshamaziz opened 3 months ago

ehtshamaziz commented 3 months ago

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]