Expo 和 React Native:为生产做好准备

Expo and React Native: Ready for production

1) 当我开始将应用程序移至生产或 public 测试时。我只是调用 'exp detach' 来生成 iOS 和 android 文件,并遵循与普通本机应用程序相同的过程。

2)是否可以在不分离应用程序的情况下发布?

3) 拆下后,可以重新连接到 expo 吗?

1) 你不需要这样做,你可以运行 exp build:ios 或者exp build:android https://docs.expo.io/versions/v27.0.0/distribution/building-standalone-apps

2) 是的:https://docs.expo.io/versions/v27.0.0/distribution/app-stores

3) 是的,要查看有什么区别,我建议分离然后删除 iosandroid 目录,然后 运行ning git diff