react native常见问题解决

    xiaoxiao2025-07-15  4

    1 错误:Command run-android unrecognized. Make sure that you have run npm install and that you are inside a react-native project.

    解决办法 执行命令 yarn add react-native-cli

    最新回复(0)