12345678910111213141516171819202122232425262728 |
- {
- "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"
- }
- }
|