mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 10:41:38 +08:00
bump version code to 5.1.0
This commit is contained in:
@@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
本组件是面向React Native提供热更新功能的组件,建议结合[Update服务](http://update.reactnative.cn/)使用。
|
本组件是面向React Native提供热更新功能的组件,建议结合[Update服务](http://update.reactnative.cn/)使用。
|
||||||
|
|
||||||
|
### 最新更新
|
||||||
|
|
||||||
|
5.1.0以上的版本增加了如下的优化:
|
||||||
|
|
||||||
|
1. 在项目中图片较多时,Android更新速度大幅提升,达到和iOS基本一致的更新速度。
|
||||||
|
2. Android的更新移到了单独的线程,避免更新过程对AsyncStorage等原生异步模块的影响。
|
||||||
|
3. Android的.so文件长时间没有任何改动,因而加入了预编译好的文件,避免对ndk的依赖。
|
||||||
|
|
||||||
### 版本
|
### 版本
|
||||||
|
|
||||||
因为React Native不同版本代码结构不同,因而请按下面表格对号入座:
|
因为React Native不同版本代码结构不同,因而请按下面表格对号入座:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-update",
|
"name": "react-native-update",
|
||||||
"version": "5.0.2",
|
"version": "5.1.0",
|
||||||
"description": "react-native hot update",
|
"description": "react-native hot update",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user