我正在尝试使用typescirpt启动expo裸露的工作流程。
但是当我在命令窗口中输入"expo init project name“之后,
我找不到最小(类型循环)选项。
? Choose a template: » - Use arrow-keys. Return to submit.
----- Managed workflow -----
blank a minimal app as clean as an empty canvas
blank (TypeScript) same as blank but with TypeScript configuration
tabs (TypeScript) several example screens and tabs using react-navigation and TypeScript
----- Bare workflow -----
> minimal bare and minimal, just the essentials to get you started有人知道解决方案吗?
发布于 2021-09-03 15:03:53
我有这个问题,但您可以通过运行以下命令启动您的项目
expo init --template expo-template-bare-typescript --name appnamehttps://stackoverflow.com/questions/68938295
复制相似问题