UNPKG

react-native-webview

Version:

React Native WebView component for iOS, Android, macOS, and Windows

14 lines (13 loc) 452 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <application> <provider android:name=".RNCWebViewFileProvider" android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_provider_paths" /> </provider> </application> </manifest>