摘要:
初始化一个expo项目 npm install --global eas-cli npx create-expo-app first-app cd first-app eas init --id xxxxxxx你的expoidxxxxxxxxx 链接到一个已有的expo库 npm install - 阅读全文
posted @ 2024-04-09 10:18
三点水wt
阅读(32)
评论(0)
推荐(0)
摘要:
当按照expo安装文档创建expo项目时 npx create-expo-app my-app && cd my-app 但不出意外的出现了意外,显示一下错误: × Something went wrong in downloading and extracting the project file 阅读全文
posted @ 2024-04-09 09:59
三点水wt
阅读(280)
评论(0)
推荐(0)