UNPKG
@duell10111/react-native-image-keyboard
Version:
latest (2.1.3)
next (2.2.0)
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
Enables clipboard image pasting and GIFs from TextInput.
Duell10111/react-native-image-keyboard
@duell10111/react-native-image-keyboard
/
android
/
build
/
intermediates
/
library_manifest
/
debug
/
AndroidManifest.xml
11 lines
(9 loc)
•
305 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
manifest
xmlns:android
=
"http://schemas.android.com/apk/res/android"
package
=
"com.rnimagekeyboard"
android:versionCode
=
"1"
android:versionName
=
"1.0"
>
<
uses-sdk
android:minSdkVersion
=
"16"
android:targetSdkVersion
=
"29"
/>
</
manifest
>