react-native-navigation的迁移库

postinstall.js 351B

123456789
  1. const shellUtils = require('shell-utils');
  2. shellUtils.exec.execSync(`rm yarn.lock || true`);
  3. shellUtils.exec.execSync(`./scripts/ignoreReactWarnings.rb`);
  4. shellUtils.exec.execSync(`mkdir -p ./node_modules/react-native-navigation`);
  5. shellUtils.exec.execSync(`cd .. && npm pack`);
  6. //shellUtils.exec.execSync(`tar -xf ../react-native-navigation.tar`);