We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ae0d83 + 1181e50 commit ca7964aCopy full SHA for ca7964a
1 file changed
README.md
@@ -43,8 +43,13 @@ NSURL *jsCodeLocation = [LDRNDiffUpdate jsBundleUrl:@"LDBusinessEntry"];
43
44
45
#### android安装增量更新
46
+工程根目录执行:
47
+
48
+`npm install --save react-native-diff-update-android`
49
+`react-native link react-native-diff-update-android`
50
51
#### android相关配置
52
+`在应用启动时启动RnModuleDiffUpdateService这个service,当应用关闭时请停止此service`
53
54
## 接口说明
55
0 commit comments