UNPKG

react-native-webview-file-upload-android

Version:

ReactNative's WebView on Android does not support file input. This library adds in an `<AndroidWebView>` that does support file input, as well as download support, and run-time permission requests for Android API v26

9 lines (7 loc) 253 B
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.facebook.imagepipeline" > <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="21" /> </manifest>