Skip to content

Commit d282f6e

Browse files
authored
Merge pull request #9 from xuwening/master
提交readme更新
2 parents ff4d519 + 06fb86f commit d282f6e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ React native增量更新,支持多入口多业务。
1616
工程根目录执行:
1717

1818
`npm install --save react-native-diff-update`
19-
`react-native link react-native-DebugServerHost`
19+
20+
`react-native link react-native-diff-update`
2021

2122
打开工程可以看到`LLibraries``LDRNDiffUpdate`就是增量更新模块。
2223

@@ -46,6 +47,7 @@ NSURL *jsCodeLocation = [LDRNDiffUpdate jsBundleUrl:@"LDBusinessEntry"];
4647
工程根目录执行:
4748

4849
`npm install --save react-native-diff-update-android`
50+
4951
`react-native link react-native-diff-update-android`
5052

5153
#### android相关配置

0 commit comments

Comments
 (0)