add cache clean on running the packager in example proj

This commit is contained in:
Ran Greenberg 2019-03-20 19:30:17 +02:00
parent 1d48cb0c71
commit 046259e8f5

View File

@ -15,7 +15,7 @@
"url": "https://github.com/wix/react-native-camera-kit/issues"
},
"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",
"xcode": "open example-ios/CameraKit.xcodeproj"
},
"main": "src/index.js",