From 06fb86f190098be26fd784184859dda09b667e54 Mon Sep 17 00:00:00 2001 From: hongjingjun Date: Mon, 28 Aug 2017 11:50:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4107eca..067c600 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ React native增量更新,支持多入口多业务。 工程根目录执行: `npm install --save react-native-diff-update` -`react-native link react-native-DebugServerHost` + +`react-native link react-native-diff-update` 打开工程可以看到`LLibraries`下`LDRNDiffUpdate`就是增量更新模块。 @@ -46,6 +47,7 @@ NSURL *jsCodeLocation = [LDRNDiffUpdate jsBundleUrl:@"LDBusinessEntry"]; 工程根目录执行: `npm install --save react-native-diff-update-android` + `react-native link react-native-diff-update-android` #### android相关配置