世博会弹出的申请

Expo ejected application

我用 CRNA 创建了一个应用程序。一段时间后,我用 "yarn eject" 弹出它,以便有可能配置本机模块。 所以现在我有一个问题。有没有可能使用 "exp publish"?

在弹出之前,我使用 expo xde 发布我的应用程序,并 运行 通过 expo 客户端发布它们。 我是否具有与弹出的应用程序相同的功能? 非常感谢!

来自official docs

Publishing your JS from XDE/exp will still work. Users of your app will get the new JS on their devices as soon as they reload their app; you don't need to rebuild your native code if it has not changed.

如果您更改了本机代码,请更新您的本机版本号,这样使用旧本机版本的用户将无法获得更新(因为如果调用新添加的本机功能会导致崩溃),直到从 App 更新Store/Google 玩(用你的新版本)。