Skip to content

yushengchu/Incremental-hot-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Incremental-hot-update

react-native iOS增量热更新实现Demo

不使用第三方服务实现增量热更新

Demo使用流程:

1.npm i

2.react-native link

3.npm run bundle-ios

4.使用Xcode打开,以release模式运行,控制台会打印热更新流程

流程图:

diff包使用一位网友开源的GUI diff包生成工具 下载地址:http://newfun1994.github.io/react-native-DiffPatch/AutoDiff.zip