Every line of 'gradlew clean react native' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
7 var clean = function clean(includeDev) { 8 syncExec('rm -rf node_modules'); 9 syncExec('cp ../src/package.json .'); 10 };
Secure your code as it's written. Use Snyk Code to scan source code in minutes – no build needed – and fix issues immediately. Enable Snyk Code
51 export function configReactNativeVersionWargnings(): Q.Promise<void> { 52 return getPackage() 53 .then((xdl) => { 54 xdl.Config.validation.reactNativeVersionWarnings = false; 55 }); 56 }