From cff76f5db89686d8ee1158ad5b58393170ad2d93 Mon Sep 17 00:00:00 2001 From: hupeng Date: Tue, 11 Jun 2019 16:11:47 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=B3=BB=E7=BB=9F][=E5=8D=87=E7=BA=A7]:?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=9C=80=E6=96=B0=E7=9A=84RN=E5=92=8Creact?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/App.js b/App.js index 00337d1..2d48ced 100644 --- a/App.js +++ b/App.js @@ -374,7 +374,7 @@ getContentViewItem(contentItem, annomation) { merchantName = this.getContentViewItemMerchantName(contentItem); // console.warn(annomation) return ( - + {/* 列表 */} diff --git a/package.json b/package.json index 4ae85b4..822b8bc 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "test": "jest" }, "dependencies": { - "react": "16.6.3", - "react-native": "0.58.4", + "react": "16.8.6", + "react-native": "0.59.8", "react-native-animatable": "^1.3.1", "react-native-camera": "^1.12.0", "react-native-code-push": "^5.5.2",