No Description

package.json 722B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "ViewShotExample",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "start": "react-native start",
  7. "android": "react-native run-android",
  8. "ios": "react-native run-ios"
  9. },
  10. "dependencies": {
  11. "gl-react": "^2.3.1",
  12. "gl-react-native": "^2.47.0",
  13. "lodash": "4.17.4",
  14. "prop-types": "^15.6.0",
  15. "react": "^16.0.0",
  16. "react-native": "^0.49.0",
  17. "react-native-maps": "^0.16.2",
  18. "react-native-svg": "^5.4.1",
  19. "react-native-svg-uri": "github:gre/react-native-svg-uri#onLoad",
  20. "react-native-video": "^2.0.0",
  21. "react-native-view-shot": "file:..",
  22. "react-native-windows": "^0.47.0-rc.4"
  23. },
  24. "devDependencies": {
  25. "rnpm-plugin-windows": "^0.2.4"
  26. }
  27. }