@exodus/react-native-image-picker
Version:
A React Native module that allows you to use native UI to select media from the device library or directly from the camera
18 lines (17 loc) • 576 B
text/xml
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.imagepicker"
>
<application>
<provider
android:name="com.imagepicker.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>
</application>
</manifest>