forked from magicismight/react-native-root-toast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 Bytes
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
{
"version": "3.3.0",
"name": "react-native-root-toast",
"description": "react native toast like component, pure javascript solution",
"repository": {
"type": "git",
"url": "https://github.com/magicismight/react-native-root-toast"
},
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"image",
"video",
"focus"
],
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0",
"prop-types": "^15.5.10",
"react-native-root-siblings": "^4.0.0"
},
"peerDependencies": {
"react-native": ">=0.47.0"
}
}