From 046259e8f538478ed6685b6fdbba112a4001970e Mon Sep 17 00:00:00 2001 From: Ran Greenberg Date: Wed, 20 Mar 2019 19:30:17 +0200 Subject: [PATCH] add cache clean on running the packager in example proj --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e0566d..fc483b4 100644 --- a/package.json +++ b/package.json @@ -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",