react-native-navigation的迁移库

123456
  1. const shellUtils = require('shell-utils');
  2. shellUtils.exec.execSync(`rm yarn.lock`);
  3. shellUtils.exec.execSync(`rm -rf node_modules/react-native-navigation/node_modules`);
  4. shellUtils.exec.execSync(`rm -rf node_modules/react-native-navigation/playground`);