From 68b91bb12cfab88a0c0dd2472382e8136e08508b Mon Sep 17 00:00:00 2001 From: Horcrux Date: Tue, 13 Sep 2016 10:48:54 +0800 Subject: [PATCH] update example react-native version to 0.33.0 --- Example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Example/package.json b/Example/package.json index 08cc052b..84deb459 100644 --- a/Example/package.json +++ b/Example/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "react": "^15.1.0", - "react-native": "^0.32.0", + "react-native": "^0.33.0", "react-native-root-modal": "^1.0.4", "react-native-svg": "../" }