react-native-navigation的迁移库

postinstall.js 211B

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