Skip to content

Commit 11aec11

Browse files
author
hongjingjun
committed
修改pod集成描述
1 parent 8d8ac44 commit 11aec11

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@ React native增量更新,支持多入口多业务。
2626
##### iOS Pod集成方式:
2727

2828
`npm install --save react-native-diff-update`
29+
30+
在工程`Podfile`文件中加入:
31+
2932
`pod 'LDRNDiffUpdate', :path => '../node_modules/react-native-diff-update'`
3033

34+
然后执行:`pod install`
35+
3136
#### iOS使用方式
3237

3338
首先进行相关配置,配置信息在`LDRNBundleList.m`文件中,核心设置有:

0 commit comments

Comments
 (0)