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",