We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12997df commit 8d8ac44Copy full SHA for 8d8ac44
2 files changed
README.md
@@ -23,6 +23,10 @@ React native增量更新,支持多入口多业务。
23
24
打开工程可以看到`Libraries`下`LDRNDiffUpdate`就是增量更新模块。
25
26
+##### iOS Pod集成方式:
27
+
28
+`npm install --save react-native-diff-update`
29
+`pod 'LDRNDiffUpdate', :path => '../node_modules/react-native-diff-update'`
30
31
#### iOS使用方式
32
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-diff-update",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "React native增量更新,支持多入口多业务。",
5
"main": "js/index.js",
6
"scripts": {
0 commit comments