Skip to content

Commit 5818c94

Browse files
authored
Merge pull request #18 from xuwening/master
修改pod集成描述
2 parents 946af66 + 11aec11 commit 5818c94

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ React native增量更新,支持多入口多业务。
2323

2424
打开工程可以看到`Libraries``LDRNDiffUpdate`就是增量更新模块。
2525

26+
##### iOS Pod集成方式:
27+
28+
`npm install --save react-native-diff-update`
29+
30+
在工程`Podfile`文件中加入:
31+
32+
`pod 'LDRNDiffUpdate', :path => '../node_modules/react-native-diff-update'`
33+
34+
然后执行:`pod install`
2635

2736
#### iOS使用方式
2837

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-diff-update",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "React native增量更新,支持多入口多业务。",
55
"main": "js/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)