expo-paste-input 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -1
- package/.eslintrc.js +0 -5
- package/.github/android.gif +0 -0
- package/.github/ios.gif +0 -0
- package/tsconfig.json +0 -9
package/package.json
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-paste-input",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "A wrapper around React Native TextInput to paste images and GIFs from the clipboard (iOS, Android, Web)",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"build",
|
|
9
|
+
"android",
|
|
10
|
+
"ios",
|
|
11
|
+
"src",
|
|
12
|
+
"expo-module.config.json",
|
|
13
|
+
"README.md",
|
|
14
|
+
"LICENSE"
|
|
15
|
+
],
|
|
7
16
|
"scripts": {
|
|
8
17
|
"build": "expo-module build",
|
|
9
18
|
"clean": "expo-module clean",
|
package/.eslintrc.js
DELETED
package/.github/android.gif
DELETED
|
Binary file
|
package/.github/ios.gif
DELETED
|
Binary file
|
package/tsconfig.json
DELETED