react-native-camera-kit
Advanced tools
Comparing version 12.0.0-beta3 to 12.0.0-beta4
@@ -9,7 +9,5 @@ { | ||
}, | ||
"version": "12.0.0-beta3", | ||
"version": "12.0.0-beta4", | ||
"description": "A high performance, fully featured, rock solid camera library for React Native applications", | ||
"nativePackage": true, | ||
"react-native": "src/index", | ||
"source": "src/index", | ||
"scripts": { | ||
@@ -22,2 +20,3 @@ "build": "tsc --project tsconfig.json", | ||
"release:beta": "yarn clean && yarn build && yarn publish --tag beta --verbose", | ||
"release:local": "yarn clean && yarn build && yarn pack", | ||
"start": "watchman watch-del-all && node node_modules/react-native/local-cli/cli.js start", | ||
@@ -24,0 +23,0 @@ "example": "yarn --cwd example", |
310731