We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ad95d commit 3229956Copy full SHA for 3229956
packages/document-viewer/android/src/main/AndroidManifest.xml
@@ -6,7 +6,7 @@
6
<!-- android:authorities needs to be unique to an app, so we cannot hardcode it -->
7
<provider
8
android:name="androidx.core.content.FileProvider"
9
- android:authorities="${applicationId}.provider"
+ android:authorities="${applicationId}.reactnativedocumentviewer.fileprovider"
10
android:exported="false"
11
android:grantUriPermissions="true">
12
<meta-data
0 commit comments