little raccoon

Results 4 comments of little raccoon

> Please reopen #1. I think people still want to share their workarounds you can add symlink's parent path into watchFolders(metro.config.js),it will helps you

直接用 cross-env 这个 npm 包不就行了,跨平台设置环境变量很简单

@rendy14s @FRizzonelli It may result from [https://github.com/junedomingo/react-native-rename/blob/master/src/index.js#L78](https://github.com/junedomingo/react-native-rename/blob/master/src/index.js#L78) if you want use whitespace between two words,you can change ``` const nS_NewName = newName.replace(/\s/g, ''); ``` to ``` const nS_NewName = newName.trim();...

@MinionsCoding 你用的node版本太低了...不支持async函数,考虑升级node版本至7.6以上或者cli工具更新,如果你想要cli更新,麻烦去提个issue