forked from vforvasile/react-native-receive-sharing-intent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.67 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "react-native-receive-sharing-intent",
"title": "React Native Receive Sharing Intent",
"version": "1.1.0",
"description": "A React Native plugin that enables React Native apps to receive sharing photos, videos, text, urls or any other file types from another app ",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"index.d.ts",
"ios",
"mimeType.js",
"react-native-receive-sharing-intent.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajith-ab/react-native-receive-sharing-intent.git",
"baseUrl": "https://github.com/ajith-ab/react-native-receive-sharing-intent"
},
"keywords": [
"react-native",
"share-extension",
"receive-sharing-intent",
"pdf file receive",
"file receive",
"image receive",
"video receive",
"ios share extension",
"android file receive",
"multiple file receive",
"multiple file receive react native",
"ios multiple file receive",
"share extension open main app",
"app group",
"text receive",
"whats app receive",
"youtube receive",
"other app receive",
"all file receive",
"android",
"ios"
],
"bugs": {
"url": "https://github.com/ajith-ab/react-native-receive-sharing-intent/issues"
},
"author": {
"name": "Ajith A B",
"email": "ajith4ab@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "16.13.1",
"react-native": "^0.68.2"
}
}