您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345 |
- #!/bin/bash
-
- THIS_DIR=$(cd -P "$(dirname "$(readlink "${BASH_SOURCE[0]}" || echo "${BASH_SOURCE[0]}")")" && pwd)
-
- exec ${THIS_DIR}/../../node_modules/react-native/scripts/launchPackager.command --reset-cache
|