UNPKG

react-native-web3-webview

Version:

A react native webview optimized for a web3 dApp browser application

16 lines (14 loc) 548 B
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.web3webview"> <application> <provider android:name=".Web3WebviewFileProvider" 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>