An open API service indexing awesome lists of open source software.

https://github.com/wilddylan/reactnativerepairmacosx

Mac 下,ReactNative 一些 third part经常下载不下来,导致启动各种文件找不到
https://github.com/wilddylan/reactnativerepairmacosx

Last synced: about 2 months ago
JSON representation

Mac 下,ReactNative 一些 third part经常下载不下来,导致启动各种文件找不到

Awesome Lists containing this project

README

          

# ReactNativeRepairMacOsX
Mac 下,ReactNative 一些 third part经常下载不下来,导致启动各种文件找不到

```shell
$ cp RepairReactNative.sh ~/xxx/xxx/your/react/native/project/dir/
$ chmod +x RepairReactNative.sh
$ ./RepairReactNative.sh
```

> 放到项目根目录下