forked from gre/react-native-view-shot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 722 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
{
"name": "ViewShotExample",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios"
},
"dependencies": {
"gl-react": "^2.3.1",
"gl-react-native": "^2.47.0",
"lodash": "4.17.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-native": "^0.49.0",
"react-native-maps": "^0.16.2",
"react-native-svg": "^5.4.1",
"react-native-svg-uri": "github:gre/react-native-svg-uri#onLoad",
"react-native-video": "^2.0.0",
"react-native-view-shot": "file:..",
"react-native-windows": "^0.47.0-rc.4"
},
"devDependencies": {
"rnpm-plugin-windows": "^0.2.4"
}
}