We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 946af66 + 11aec11 commit 5818c94Copy full SHA for 5818c94
README.md
@@ -23,6 +23,15 @@ React native增量更新,支持多入口多业务。
23
24
打开工程可以看到`Libraries`下`LDRNDiffUpdate`就是增量更新模块。
25
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`
35
36
#### iOS使用方式
37
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