1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

bump version code to 5.1.0

This commit is contained in:
tdzl2003 2018-07-09 20:41:26 +08:00
parent d4ff139a3b
commit 076d8a1e8e
2 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,14 @@
本组件是面向React Native提供热更新功能的组件建议结合[Update服务](http://update.reactnative.cn/)使用。
### 最新更新
5.1.0以上的版本增加了如下的优化:
1. 在项目中图片较多时Android更新速度大幅提升达到和iOS基本一致的更新速度。
2. Android的更新移到了单独的线程避免更新过程对AsyncStorage等原生异步模块的影响。
3. Android的.so文件长时间没有任何改动因而加入了预编译好的文件避免对ndk的依赖。
### 版本
因为React Native不同版本代码结构不同因而请按下面表格对号入座

View File

@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "5.0.2",
"version": "5.1.0",
"description": "react-native hot update",
"main": "lib/index.js",
"scripts": {