From 9da95921a45238707448a6212ca73471f6fe2526 Mon Sep 17 00:00:00 2001 From: Wonday Date: Fri, 4 Aug 2017 21:19:10 +0800 Subject: [PATCH] upgrade react-native version --- example/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/package.json b/example/package.json index 56865214..e18f7f04 100644 --- a/example/package.json +++ b/example/package.json @@ -14,8 +14,8 @@ "url": "https://github.com/wonday/react-native-pdf/issues" }, "dependencies": { - "react": "16.0.0-alpha.6", - "react-native": "0.43.0", + "react": "16.0.0-alpha.12", + "react-native": "0.47.1", "react-native-fetch-blob": "0.10.5", "react-native-pdf": "github:wonday/react-native-pdf#master" },