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.
我正在尝试创建一个使用 Code Push 进行更新的小型反应原生应用程序并且它可以工作! - 但是我对“目标版本”有点困惑 - 代码推送用于定位用户应该接收的二进制版本更新。
我在哪里可以查看/编辑该版本号?
在 Android 中,它是versionNameapp > build.gradle 中的值
versionName
在 iOS 中,它是Version字段
Version