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 };
51 export function configReactNativeVersionWargnings(): Q.Promise { 52 return getPackage() 53 .then((xdl) => { 54 xdl.Config.validation.reactNativeVersionWarnings = false; 55 }); 56 }