We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff4d519 + 06fb86f commit d282f6eCopy full SHA for d282f6e
1 file changed
README.md
@@ -16,7 +16,8 @@ React native增量更新,支持多入口多业务。
16
工程根目录执行:
17
18
`npm install --save react-native-diff-update`
19
-`react-native link react-native-DebugServerHost`
+
20
+`react-native link react-native-diff-update`
21
22
打开工程可以看到`LLibraries`下`LDRNDiffUpdate`就是增量更新模块。
23
@@ -46,6 +47,7 @@ NSURL *jsCodeLocation = [LDRNDiffUpdate jsBundleUrl:@"LDBusinessEntry"];
46
47
48
49
`npm install --save react-native-diff-update-android`
50
51
`react-native link react-native-diff-update-android`
52
53
#### android相关配置
0 commit comments