We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7f7459 + 2e6a248 commit 919e980Copy full SHA for 919e980
2 files changed
README.md
@@ -60,6 +60,7 @@ NSURL *jsCodeLocation = [LDRNDiffUpdate jsBundleUrl:@"LDBusinessEntry"];
60
appKey: "", //app唯一标识
61
appVersion: "", //app当前版本
62
rnVersion: "", //react native集成版本
63
+platform: "", //平台ios android
64
resBody: {
65
"LDBizName1": "1.2", //业务名称: 版本号
66
"LDBizName2": "1.1",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-diff-update",
3
- "version": "1.0.1",
+ "version": "1.0.3",
4
"description": "React native增量更新,支持多入口多业务。",
5
"main": "js/index.js",
6
"scripts": {
0 commit comments