react-native-unit-components
Version:
Unit React Native components
16 lines (15 loc) • 517 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.unitreactnativecomponents">
<application>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths">
</meta-data>
</provider>
</application>
</manifest>