From 64b04af1591cf373cb0cb5c322c54c90894a5713 Mon Sep 17 00:00:00 2001 From: caserKing Date: Mon, 2 Sep 2019 17:09:58 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E3=80=90=E6=B5=8B=E8=AF=95=E5=8C=85?= =?UTF-8?q?=E6=98=AF=E5=90=A6=E6=9B=B4=E6=96=B0=EF=BC=8C=E5=8A=A0=E4=B8=AA?= =?UTF-8?q?=E7=A9=BA=E8=A1=8C=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/App.js b/App.js index 4717e46..9e3277c 100644 --- a/App.js +++ b/App.js @@ -1180,6 +1180,7 @@ MyPage = CodePush(codePushOptions)(MyPage); color : 'gray' }, + contentItemTopDetailSalePriceStr02:{ width:'100%', height:'100%', From e82c19ed14fdf6bf05e8ffa0c536d5b0c0b646ae Mon Sep 17 00:00:00 2001 From: hupeng Date: Mon, 2 Sep 2019 19:37:46 +0800 Subject: [PATCH 2/3] =?UTF-8?q?[=E7=B3=BB=E7=BB=9F][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=9B=BA=E5=AE=9Acodepush=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c95fe6..a88316a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ "react-native": "0.59.9", "react-native-animatable": "^1.3.2", "react-native-camera": "^1.12.0", - "react-native-code-push": "^5.6.0", + "code-push": "2.0.7", + "react-native-code-push": "5.6.0", "react-native-device-info": "^2.1.2", "react-native-shadow": "^1.2.2", "react-native-snap-carousel": "^3.8.0", From ca7181c8799a9554bfc8deb7bdd50c6c0e19a479 Mon Sep 17 00:00:00 2001 From: hupeng Date: Mon, 2 Sep 2019 19:44:48 +0800 Subject: [PATCH 3/3] =?UTF-8?q?[=E7=B3=BB=E7=BB=9F][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=9B=BA=E5=AE=9Acodepush=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a88316a..c36f812 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "react-native-animatable": "^1.3.2", "react-native-camera": "^1.12.0", "code-push": "2.0.7", - "react-native-code-push": "5.6.0", + "react-native-code-push": "5.6.1", "react-native-device-info": "^2.1.2", "react-native-shadow": "^1.2.2", "react-native-snap-carousel": "^3.8.0",