add script Xcode in package.json's
This commit is contained in:
parent
145ffeabfe
commit
80a3497caa
|
@ -3,9 +3,9 @@
|
|||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node node_modules/react-native/local-cli/cli.js start",
|
||||
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start",
|
||||
"quickinstall": "node scripts/quickinstall",
|
||||
"xcode": "open ios/example.xcodeproj"
|
||||
"xcode": "open ios/camera-kit.xcodeproj"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.13.1",
|
||||
|
|
|
@ -9,13 +9,13 @@
|
|||
},
|
||||
"version": "5.3.7",
|
||||
"description": "Advanced native camera control with pre-defined aspect ratio, crop, etc",
|
||||
"author": "Nataliia Hrankina <nataliag@wix.com>",
|
||||
"author": "Ran Greenberg <rang@wix.com>",
|
||||
"nativePackage": true,
|
||||
"bugs": {
|
||||
"url": "https://github.com/wix/react-native-camera-kit/issues"
|
||||
},
|
||||
"scripts": {
|
||||
"xcode": "open example/ios/example.xcodeproj"
|
||||
"xcode": "open example/ios/camera-kit.xcodeproj"
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.14.2",
|
||||
|
|
Loading…
Reference in New Issue