We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0bbde commit 44d45a3Copy full SHA for 44d45a3
README.md
@@ -63,3 +63,7 @@ ios在项目目录下建个文件夹,把tpl文件放里面去,使用uri:'文
63
64
### 项目依赖问题
65
貌似可以通过`react-native link`直接一键依赖,免去繁琐的配置依赖文件。
66
+
67
+### android版本号、app名称
68
+/android/app/build.gradle defaultConfig中更改对应的键值 & /android/app/src/main/AndroidManifest.xml 中的`android:versionName` 主要依据前者
69
+/android/app/src/main/res/values/strings.xml 中的值
0 commit comments