Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
现在,我有一个使用 vanilla CLI 创建的 React-native 项目。
我刚听说过expo,我想用它,但似乎我必须先在它上面创建我的项目。
有没有办法将 react-native-vanilla 项目迁移到博览会?
是的,如果你已经exp安装了,你可以exp convert在你的项目目录中运行。请注意,此过程不会检查您的项目中是否有任何本机模块,如果有,您可能会遇到一些问题。
exp
exp convert
在撰写本文时,此过程中有一个值得注意的错误,它可能会使您的项目既有exp.json文件又有app.json文件,需要手动合并。
exp.json
app.json